Prepare v0.3.25a1

pull/1271/head v0.3.25a1
Alex Willmer 6 months ago
parent 208e37abef
commit bd774b7489

@ -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/>`_. `directly from GitHub <https://github.com/mitogen-hq/mitogen/>`_.
In progress (unreleased) v0.3.25a1 (2025-06-05)
------------------------ ----------------------
* :gh:issue:`1258` Initial Ansible 12 (ansible-core 2.19) support * :gh:issue:`1258` Initial Ansible 12 (ansible-core 2.19) support
* :gh:issue:`1258` :mod:`ansible_mitogen`: Initial Ansible datatag support * :gh:issue:`1258` :mod:`ansible_mitogen`: Initial Ansible datatag support

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

Loading…
Cancel
Save