Skip to content

Commit bd774b7

Browse files
committed
Prepare v0.3.25a1
1 parent 208e37a commit bd774b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.rst

Lines changed: 2 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.25a1 (2025-06-05)
22+
----------------------
2323

2424
* :gh:issue:`1258` Initial Ansible 12 (ansible-core 2.19) support
2525
* :gh:issue:`1258` :mod:`ansible_mitogen`: Initial Ansible datatag support

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, 'a', 1)
3939

4040

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

0 commit comments

Comments
 (0)