Start v0.3.9 development
This commit is contained in:
parent
e334b50d9d
commit
62cde17150
|
@ -18,6 +18,11 @@ 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.8 (2024-07-30)
|
v0.3.8 (2024-07-30)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -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, 8)
|
__version__ = (0, 3, 9, 'dev0')
|
||||||
|
|
||||||
|
|
||||||
#: 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