Skip to content

Commit

Permalink
Updated changelog, issued 0.4.8rc1 release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
vmagamedov committed Apr 18, 2024
1 parent 3f3fd17 commit 807cb6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/changelog/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.4.8
~~~~~

- Dropped Python 3.7 support
- Added "wheel" packaging format

0.4.7
~~~~~

Expand Down
2 changes: 1 addition & 1 deletion grpclib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .const import Status
from .exceptions import GRPCError

__version__ = '0.4.7'
__version__ = '0.4.8rc1'

__all__ = (
'Status',
Expand Down

0 comments on commit 807cb6f

Please sign in to comment.