Prepare v0.3.38

pull/1428/head^2
Alex Willmer 10 hours ago
parent dff14efeef
commit af0eab071e

@ -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 ``<context>:<handle>``, 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 ``<context>:<handle>``, for clarity
v0.3.36 (2025-12-01)

@ -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

Loading…
Cancel
Save