Skip to content

Commit a364496

Browse files
committed
Prepare v0.3.7
1 parent cca651d commit a364496

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ To avail of fixes in an unreleased version, please download a ZIP file
1818
`directly from GitHub <https://github.com/mitogen-hq/mitogen/>`_.
1919

2020

21-
Unreleased
22-
----------
21+
v0.3.7 (2024-04-08)
22+
-------------------
2323

2424
* :gh:issue:`1021` Support for Ansible 8 (ansible-core 2.15)
2525
* tests: Replace uses of ``include:`` & ``import:``, unsupported in Ansible 9

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
sys.path.append('.')
44

5-
VERSION = '0.3.6'
5+
VERSION = '0.3.7'
66

77
author = u'Network Genomics'
88
copyright = u'2021, the Mitogen authors'

mitogen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
#: Library version as a tuple.
38-
__version__ = (0, 3, 7, 'dev')
38+
__version__ = (0, 3, 7)
3939

4040

4141
#: This is :data:`False` in slave contexts. Previously it was used to prevent

0 commit comments

Comments
 (0)