Updated changelog, issued 0.4.8rc2 release candidate

This commit is contained in:
Vladimir Magamedov 2024-07-24 23:09:16 +03:00
parent e9adb679ec
commit 62f968a4c8
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,9 @@ Changelog
0.4.8
~~~~~
- Fixed ``authority`` header for the case when Channel's ``host`` argument
is the IPv6 address
- Fixed ``Channel`` for the case when ``ssl`` module is not available
- Dropped Python 3.7 support
- Added "wheel" packaging format

View File

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