diff --git a/docs/changelog.rst b/docs/changelog.rst index f046252f..4ffab849 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.35 (2025-12-01) +-------------------- + * :gh:issue:`1132` :mod:`ansible_mitogen` During intrepreter discovery use Ansible ``INTERPRETER_PYTHON_FALLBACK`` config as list of candidates diff --git a/mitogen/__init__.py b/mitogen/__init__.py index f65600e5..88e018d0 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, 35, 'dev') +__version__ = (0, 3, 36, 'dev') #: This is :data:`False` in slave contexts. Previously it was used to prevent