From 4af6a7527881ac1ebe04b9f34a7ba17b34594735 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Mon, 1 Dec 2025 09:59:13 +0000 Subject: [PATCH] Prepare v0.3.35 --- 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 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..92297521 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, 35) #: This is :data:`False` in slave contexts. Previously it was used to prevent