From 2ae35c8a15d8f778510d47ef58f1f5b834eb1e2b Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Mon, 21 Jul 2025 21:45:24 +0100 Subject: [PATCH] Prepare v0.3.25b1 --- docs/changelog.rst | 4 ++++ mitogen/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index fbe95aab..3f475e60 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/mitogen/__init__.py b/mitogen/__init__.py index baa59b45..4c142e64 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, 'b', 1) #: This is :data:`False` in slave contexts. Previously it was used to prevent