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