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