diff --git a/docs/changelog.rst b/docs/changelog.rst index fc822498..a5017820 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.29 (2025-09-18) +-------------------- + * :gh:issue:`1287` Python 3.14 support * :gh:issue:`1287` tests: Bump dependencies diff --git a/mitogen/__init__.py b/mitogen/__init__.py index ab9be601..2f626053 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, 29, 'dev') +__version__ = (0, 3, 30, 'dev') #: This is :data:`False` in slave contexts. Previously it was used to prevent