Prepare 0.3.6

pull/1051/head^2
Alex Willmer 2 months ago
parent b822f20007
commit 5d789faee5

@ -17,8 +17,8 @@ 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)
---------- -------------------
* :gh:issue:`974` Support Ansible 7 * :gh:issue:`974` Support Ansible 7
* :gh:issue:`1046` Raise :py:exc:`TypeError` in :func:`<mitogen.util.cast()>` * :gh:issue:`1046` Raise :py:exc:`TypeError` in :func:`<mitogen.util.cast()>`

@ -2,7 +2,7 @@ import sys
sys.path.append('.') sys.path.append('.')
VERSION = '0.3.5' VERSION = '0.3.6'
author = u'Network Genomics' author = u'Network Genomics'
copyright = u'2021, the Mitogen authors' copyright = u'2021, the Mitogen authors'

@ -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, 'dev0') __version__ = (0, 3, 6)
#: 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…
Cancel
Save