From bd774b7489ac7535983d0151163fbf4f8f45cd7e Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Wed, 4 Jun 2025 23:29:54 +0100 Subject: [PATCH] Prepare v0.3.25a1 --- docs/changelog.rst | 4 ++-- mitogen/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 01a5318d..30d717f7 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,8 +18,8 @@ To avail of fixes in an unreleased version, please download a ZIP file `directly from GitHub `_. -In progress (unreleased) ------------------------- +v0.3.25a1 (2025-06-05) +---------------------- * :gh:issue:`1258` Initial Ansible 12 (ansible-core 2.19) support * :gh:issue:`1258` :mod:`ansible_mitogen`: Initial Ansible datatag support diff --git a/mitogen/__init__.py b/mitogen/__init__.py index baa59b45..95a16ce7 100644 --- a/mitogen/__init__.py +++ b/mitogen/__init__.py @@ -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, 'a', 1) #: This is :data:`False` in slave contexts. Previously it was used to prevent