Prepare v0.3.9

pull/1102/head^2
Alex Willmer 3 months ago
parent c1c33297ac
commit 6fbad3ae7d

@ -18,8 +18,8 @@ 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.9 (2024-08-13)
---------- -------------------
* :gh:issue:`1097` Respect `ansible_facts.discovered_interpreter_python` when * :gh:issue:`1097` Respect `ansible_facts.discovered_interpreter_python` when
executing non new-style modules (e.g. JSONARGS style, WANT_JSON style). executing non new-style modules (e.g. JSONARGS style, WANT_JSON style).

@ -2,7 +2,7 @@ import sys
sys.path.append('.') sys.path.append('.')
VERSION = '0.3.8' VERSION = '0.3.9'
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, 9, 'dev0') __version__ = (0, 3, 9)
#: 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