Skip to content

Commit b19223c

Browse files
committed
Release 0.3.1
1 parent 61ccf05 commit b19223c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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/dw/mitogen/>`_.
1919

2020

21-
v0.3.1.dev0 (unreleased)
22-
------------------------
21+
v0.3.1 (2021-01-12)
22+
-------------------
2323

2424
* :gh:issue:`874` Support for Ansible 5 (ansible-core 2.12)
2525
* :gh:issue:`774` Fix bootstrap failures on macOS 11.x and 12.x, involving Python 2.7 wrapper

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, 1, 'dev0')
38+
__version__ = (0, 3, 1)
3939

4040

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

0 commit comments

Comments
 (0)