Updated changelog, issued 0.4.8rc1 release candidate

This commit is contained in:
Vladimir Magamedov 2024-04-18 18:24:22 +03:00
parent 3f3fd17ccd
commit 807cb6f090
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
0.4.8
~~~~~
- Dropped Python 3.7 support
- Added "wheel" packaging format
0.4.7
~~~~~

View File

@ -1,7 +1,7 @@
from .const import Status
from .exceptions import GRPCError
__version__ = '0.4.7'
__version__ = '0.4.8rc1'
__all__ = (
'Status',