Release 0.3.1

pull/886/head
Alex Willmer 3 years ago
parent 61ccf055ad
commit b19223c168

@ -18,8 +18,8 @@ To avail of fixes in an unreleased version, please download a ZIP file
`directly from GitHub <https://github.com/dw/mitogen/>`_.
v0.3.1.dev0 (unreleased)
------------------------
v0.3.1 (2021-01-12)
-------------------
* :gh:issue:`874` Support for Ansible 5 (ansible-core 2.12)
* :gh:issue:`774` Fix bootstrap failures on macOS 11.x and 12.x, involving Python 2.7 wrapper

@ -35,7 +35,7 @@ be expected. On the slave, it is built dynamically during startup.
#: Library version as a tuple.
__version__ = (0, 3, 1, 'dev0')
__version__ = (0, 3, 1)
#: This is :data:`False` in slave contexts. Previously it was used to prevent

Loading…
Cancel
Save