From 4a442f503e49cf31e0585cf73eb5b8749140434c Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Sat, 22 Nov 2025 08:48:37 +0000 Subject: [PATCH] Prepare v0.3.33 --- 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 67d4dfb5..ad11c08f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -21,6 +21,10 @@ To avail of fixes in an unreleased version, please download a ZIP file In progress (unreleased) ------------------------ + +v0.3.33 (2025-11-22) +-------------------- + * :gh:issue:`1354` :mod:`ansible_mitogen`: ansible_mitogen: Ansible 13 (ansible-core 2.20) support diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 66b0092a..2d0af387 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, 33, 'dev') +__version__ = (0, 3, 33) #: This is :data:`False` in slave contexts. Previously it was used to prevent