Start v0.3.9 development

This commit is contained in:
Alex Willmer 2024-07-30 09:09:32 +01:00
parent e334b50d9d
commit 62cde17150
2 changed files with 6 additions and 1 deletions

View File

@ -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)
------------------- -------------------

View File

@ -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