Updated changelog, issued 0.4.8rc1 release candidate
This commit is contained in:
parent
3f3fd17ccd
commit
807cb6f090
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.4.8
|
||||
~~~~~
|
||||
|
||||
- Dropped Python 3.7 support
|
||||
- Added "wheel" packaging format
|
||||
|
||||
0.4.7
|
||||
~~~~~
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
from .const import Status
|
||||
from .exceptions import GRPCError
|
||||
|
||||
__version__ = '0.4.7'
|
||||
__version__ = '0.4.8rc1'
|
||||
|
||||
__all__ = (
|
||||
'Status',
|
||||
|
|
Loading…
Reference in New Issue