diff --git a/docs/changelog.rst b/docs/changelog.rst index 63a7e851..296c30fa 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.31 (2025-11-05) +-------------------- + * :gh:issue:`1350` :mod:`ansible_mitogen`: Fix regression when loading plugins from ``/custom/path/to/mitogen`` diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 1a9cfb82..2fd7ce9d 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, 31, 'dev') +__version__ = (0, 3, 31) #: This is :data:`False` in slave contexts. Previously it was used to prevent