Updated changelog, issued 0.4.8rc2 release candidate
This commit is contained in:
parent
e9adb679ec
commit
62f968a4c8
|
@ -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
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
from .const import Status
|
||||
from .exceptions import GRPCError
|
||||
|
||||
__version__ = '0.4.8rc1'
|
||||
__version__ = '0.4.8rc2'
|
||||
|
||||
__all__ = (
|
||||
'Status',
|
||||
|
|
Loading…
Reference in New Issue