Skip to content

Commit 807cb6f

Browse files
committed
Updated changelog, issued 0.4.8rc1 release candidate
1 parent 3f3fd17 commit 807cb6f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/changelog/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
0.4.8
5+
~~~~~
6+
7+
- Dropped Python 3.7 support
8+
- Added "wheel" packaging format
9+
410
0.4.7
511
~~~~~
612

grpclib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .const import Status
22
from .exceptions import GRPCError
33

4-
__version__ = '0.4.7'
4+
__version__ = '0.4.8rc1'
55

66
__all__ = (
77
'Status',

0 commit comments

Comments
 (0)