Prepare v0.3.25b1

pull/1308/head v0.3.25b1
Alex Willmer 5 months ago
parent 058787ff83
commit 2ae35c8a15

@ -32,6 +32,10 @@ Running Ansible 12 + Mitogen will currently print a deprecation warning
Ansible + Mitogen will still work for now. Mitogen is considering alternatives
to strategy plugins under :gh:issue:`1278`.
v0.3.25b1 (2025-07-21)
----------------------
* :gh:issue:`1303` CI: Switch to archived Debian 10 (buster) apt repository

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

Loading…
Cancel
Save