From af0eab071e38869054747698bfb22b3e4e4b67ef Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Fri, 23 Jan 2026 11:03:45 +0000 Subject: [PATCH] Prepare v0.3.38 --- docs/changelog.rst | 8 ++++++-- mitogen/__init__.py | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e3c2dbcf..71a8da00 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -21,6 +21,12 @@ To avail of fixes in an unreleased version, please download a ZIP file In progress (unreleased) ------------------------ + +v0.3.38 (2026-01-23) +-------------------- + +* :gh:issue:`1418` :mod:`mitogen`: Format :class:`mitogen.core.Message` source + and destination as ``:``, for clarity * :gh:issue:`1415` :mod:`mitogen`: Put fallbacks & polyfills into ``if sys.version_info`` blocks * :gh:issue:`1423` tests: Group and unify naming of connection benchmarks @@ -41,8 +47,6 @@ v0.3.37 (2026-01-08) :py:class:`importlib.resource.abc.ResourceReader` protocol * :gh:issue:`1407` :mod:`mitogen`: Fix :exc:`AttributeError` in :mod:`mitogen.profiler` -* :gh:issue:`1418` :mod:`mitogen`: Format :class:`mitogen.core.Message` source - and destination as ``:``, for clarity v0.3.36 (2025-12-01) diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 26e05166..8cb12df8 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, 38, 'dev') +__version__ = (0, 3, 38) #: This is :data:`False` in slave contexts. Previously it was used to prevent