v2.0.3
This commit is contained in:
parent
fb2ae9c745
commit
fdabc08152
@ -7,6 +7,11 @@ callback-based API for message passing.
|
|||||||
|
|
||||||
See the User Guide in the docs directory for more detail.
|
See the User Guide in the docs directory for more detail.
|
||||||
|
|
||||||
|
## Release 2.0.3 ##
|
||||||
|
|
||||||
|
* bugfix: fixed a memory leak
|
||||||
|
* bugfix: cyrus test fixed
|
||||||
|
|
||||||
## Release 2.0.0 ##
|
## Release 2.0.0 ##
|
||||||
|
|
||||||
* Support for proton 0.10
|
* Support for proton 0.10
|
||||||
|
@ -23,4 +23,4 @@ from pyngus.link import SenderLink, SenderEventHandler
|
|||||||
from pyngus.sockets import read_socket_input
|
from pyngus.sockets import read_socket_input
|
||||||
from pyngus.sockets import write_socket_output
|
from pyngus.sockets import write_socket_output
|
||||||
|
|
||||||
VERSION = (2, 0, 2) # major, minor, fix
|
VERSION = (2, 0, 3) # major, minor, fix
|
||||||
|
2
setup.py
2
setup.py
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
_VERSION = "2.0.2" # NOTE: update __init__.py too!
|
_VERSION = "2.0.3" # NOTE: update __init__.py too!
|
||||||
|
|
||||||
# I hack, therefore I am (productive) Some distros (which will not be named)
|
# I hack, therefore I am (productive) Some distros (which will not be named)
|
||||||
# don't use setup.py to install the proton python module. In this case, pip
|
# don't use setup.py to install the proton python module. In this case, pip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user