Merge pull request #1207 from moreati/prep-0.3.20

Prepare v0.3.20
pull/1210/head
Alex Willmer 1 year ago committed by GitHub
commit 34d9df101f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,6 +21,10 @@ To avail of fixes in an unreleased version, please download a ZIP file
In progress (unreleased)
------------------------
v0.3.20 (2025-01-07)
--------------------
* :gh:issue:`1079` :mod:`ansible_mitogen`: Fix :ans:mod:`wait_for_connection`
timeout with templated ``ansible_python_interpreter``
* :gh:issue:`1079` :mod:`ansible_mitogen`: Fix templated python interpreter

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

Loading…
Cancel
Save