Prepare v0.3.7
This commit is contained in:
parent
cca651da1f
commit
a3644963c4
|
@ -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/>`_.
|
||||
|
||||
|
||||
Unreleased
|
||||
----------
|
||||
v0.3.7 (2024-04-08)
|
||||
-------------------
|
||||
|
||||
* :gh:issue:`1021` Support for Ansible 8 (ansible-core 2.15)
|
||||
* tests: Replace uses of ``include:`` & ``import:``, unsupported in Ansible 9
|
||||
|
|
|
@ -2,7 +2,7 @@ import sys
|
|||
|
||||
sys.path.append('.')
|
||||
|
||||
VERSION = '0.3.6'
|
||||
VERSION = '0.3.7'
|
||||
|
||||
author = u'Network Genomics'
|
||||
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.
|
||||
__version__ = (0, 3, 7, 'dev')
|
||||
__version__ = (0, 3, 7)
|
||||
|
||||
|
||||
#: This is :data:`False` in slave contexts. Previously it was used to prevent
|
||||
|
|
Loading…
Reference in New Issue