Skip to content

Commit dfafa14

Browse files
committed
Prepare v0.3.25
1 parent d240a78 commit dfafa14

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/changelog.rst

Lines changed: 4 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/mitogen-hq/mitogen/>`_.
1919

2020

21-
In progress (unreleased)
22-
------------------------
21+
v0.3.25 (2025-07-29)
22+
--------------------
2323

2424
Ansible 12 has deprecated third-party strategy plugins. This is currently
2525
how Mitogen integrates with Ansible (e.g. `ANSIBLE_STRATEGY=mitogen_linear`).
@@ -32,6 +32,8 @@ Running Ansible 12 + Mitogen will currently print a deprecation warning
3232
Ansible + Mitogen will still work for now. Mitogen is considering alternatives
3333
to strategy plugins under :gh:issue:`1278`.
3434

35+
* :gh:issue:`1258` Ansible 12 (ansible-core 2.19) support
36+
3537

3638
v0.3.25b1 (2025-07-21)
3739
----------------------

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

4040

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

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ deps =
8888
ansible9: ansible~=9.0
8989
ansible10: ansible~=10.0
9090
ansible11: ansible~=11.0
91-
ansible12: ansible>=12.0a7
92-
ansible12: ansible-core>=2.19rc1
91+
ansible12: ansible>=12.0.0b2
9392
install_command =
9493
python -m pip --no-python-version-warning --disable-pip-version-check install {opts} {packages}
9594
commands_pre =

0 commit comments

Comments
 (0)