Begin 0.3.7dev
This commit is contained in:
parent
5d789faee5
commit
933477fcbe
|
@ -17,6 +17,11 @@ Release Notes
|
||||||
To avail of fixes in an unreleased version, please download a ZIP file
|
To avail of fixes in an unreleased version, please download a ZIP file
|
||||||
`directly from GitHub <https://github.com/mitogen-hq/mitogen/>`_.
|
`directly from GitHub <https://github.com/mitogen-hq/mitogen/>`_.
|
||||||
|
|
||||||
|
|
||||||
|
Unreleased
|
||||||
|
----------
|
||||||
|
|
||||||
|
|
||||||
v0.3.6 (2024-04-04)
|
v0.3.6 (2024-04-04)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ be expected. On the slave, it is built dynamically during startup.
|
||||||
|
|
||||||
|
|
||||||
#: Library version as a tuple.
|
#: Library version as a tuple.
|
||||||
__version__ = (0, 3, 6)
|
__version__ = (0, 3, 7, 'dev')
|
||||||
|
|
||||||
|
|
||||||
#: This is :data:`False` in slave contexts. Previously it was used to prevent
|
#: This is :data:`False` in slave contexts. Previously it was used to prevent
|
||||||
|
|
Loading…
Reference in New Issue