Prepare v0.3.24

pull/1270/head^2
Alex Willmer 7 months ago
parent 07028c190b
commit 229fd67e97

@ -18,8 +18,8 @@ To avail of fixes in an unreleased version, please download a ZIP file
`directly from GitHub <https://github.com/mitogen-hq/mitogen/>`_. `directly from GitHub <https://github.com/mitogen-hq/mitogen/>`_.
In progress (unreleased) v0.3.24 (2025-05-29)
------------------------ --------------------
* :gh:issue:`1268` :mod:`mitogen` Only close stdin, stdout, and stderr file * :gh:issue:`1268` :mod:`mitogen` Only close stdin, stdout, and stderr file
descriptors (0, 1, and 2) if they were open at process startup. descriptors (0, 1, and 2) if they were open at process startup.

@ -35,7 +35,7 @@ be expected. On the slave, it is built dynamically during startup.
#: Library version as a tuple. #: Library version as a tuple.
__version__ = (0, 3, 24, 'dev') __version__ = (0, 3, 24)
#: This is :data:`False` in slave contexts. Previously it was used to prevent #: This is :data:`False` in slave contexts. Previously it was used to prevent

Loading…
Cancel
Save