From 8e25944c9486d854d749b727deb0ca2ef21a9e46 Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Mon, 28 Apr 2025 11:13:31 +0100 Subject: [PATCH] Prepare v0.3.23 --- docs/changelog.rst | 4 ++-- mitogen/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index ecc037db..acf64e53 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,8 +18,8 @@ To avail of fixes in an unreleased version, please download a ZIP file `directly from GitHub `_. -In progress (unreleased) ------------------------- +v0.3.23 (2025-04-28) +-------------------- * :gh:issue:`1121` :mod:`mitogen`: Log skipped :py:mod:`termios` attributes * :gh:issue:`1238` packaging: Avoid :py:mod:`ast`, requires Python = 2.6 diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 125ab052..88994957 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, 23, 'dev') +__version__ = (0, 3, 23) #: This is :data:`False` in slave contexts. Previously it was used to prevent