diff --git a/docs/changelog.rst b/docs/changelog.rst index 6d35b7b2..b6f66c28 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.36 (2025-12-01) +-------------------- + * :gh:issue:`1237` :mod:`mitogen`: Re-declare Python 2.4 compatibility * :gh:issue:`1385` :mod:`ansible_mitogen`: Remove a use of ``ansible.module_utils.six`` diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 88e018d0..fd811455 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, 36, 'dev') +__version__ = (0, 3, 37, 'dev') #: This is :data:`False` in slave contexts. Previously it was used to prevent