From 28ea4780dbfec0c5edb8d3b6d97a6043f5b1fe27 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Fri, 21 Nov 2025 10:45:21 +0000 Subject: [PATCH] Prepare v0.3.32 --- 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 7d5b12b6..0d838c5c 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.32 (2025-11-21) +-------------------- + * :gh:issue:`1243` :mod:`mitogen`: Pass first stage, context name, & preamble size as seperate **argv** arguments * :gh:issue:`1218` :mod:`ansible_mitogen`: Remove maximum Ansible version check diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 8e57c3c3..f4ca00a2 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, 32, 'dev') +__version__ = (0, 3, 32) #: This is :data:`False` in slave contexts. Previously it was used to prevent