Updated changelog, issued 0.4.2 release
This commit is contained in:
parent
068dbc41a5
commit
9035978c0e
|
@ -1,9 +1,11 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.4.2 (dev)
|
||||
~~~~~~~~~~~
|
||||
0.4.2
|
||||
~~~~~
|
||||
|
||||
- **BREAKING:** Regenerated internal ``*_pb2.py`` files, they now require
|
||||
``protobuf>=3.12.0``
|
||||
- Extended ``SendTrailingMetadata`` and ``RecvTrailingMetadata`` events with a
|
||||
status-related properties
|
||||
- Fixed deprecation warning related to ``asyncio.wait()`` and Python 3.9
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
from .const import Status
|
||||
from .exceptions import GRPCError
|
||||
|
||||
__version__ = '0.4.2rc2'
|
||||
__version__ = '0.4.2'
|
||||
|
||||
__all__ = (
|
||||
'Status',
|
||||
|
|
Loading…
Reference in New Issue