From 8e6a93dd0fd17352d61c2720eea6c1ae5b623ad9 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Thu, 27 Nov 2025 00:12:44 +0000 Subject: [PATCH 1/2] Prepare v0.3.34 --- 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 1824f6f9..3fd0ab54 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.34 (2025-11-27) +-------------------- + * :gh:issue:`1118` CI: Use 2025.02 test images, keeping same OS releases * :gh:issue:`1358` CI: Bump deprecated macOS 13 runner to macOS 15 * :gh:issue:`1118` CI: Add OS release coverage: AlmaLinux 9 diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 8e1d2ec3..740515a7 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, 34, 'dev') +__version__ = (0, 3, 34) #: This is :data:`False` in slave contexts. Previously it was used to prevent From 19938ec05a29e7980ff4a500ec72819a5da00760 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Thu, 27 Nov 2025 00:13:46 +0000 Subject: [PATCH 2/2] Begin 0.3.35.dev --- mitogen/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 740515a7..f65600e5 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, 34) +__version__ = (0, 3, 35, 'dev') #: This is :data:`False` in slave contexts. Previously it was used to prevent