Updated changelog, issued 0.4.5 release
This commit is contained in:
parent
519d4c66a8
commit
6ec444e8f6
|
@ -1,11 +1,18 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.4.5
|
||||
~~~~~
|
||||
|
||||
- Fixed stubs generation for services with no rpc methods defined; pull
|
||||
request courtesy @xloem
|
||||
|
||||
0.4.4
|
||||
~~~~~
|
||||
|
||||
- Fixed deprecation warnings in tests
|
||||
- Fixed minor issue by allowing to receive frames after receiving GOAWAY frame
|
||||
- Fixed minor issue by allowing to receive frames after receiving ``GOAWAY``
|
||||
frame
|
||||
|
||||
0.4.3
|
||||
~~~~~
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
from .const import Status
|
||||
from .exceptions import GRPCError
|
||||
|
||||
__version__ = '0.4.4'
|
||||
__version__ = '0.4.5'
|
||||
|
||||
__all__ = (
|
||||
'Status',
|
||||
|
|
Loading…
Reference in New Issue