Skip to content

Commit 229fd67

Browse files
committed
Prepare v0.3.24
1 parent 07028c1 commit 229fd67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ To avail of fixes in an unreleased version, please download a ZIP file
1818
`directly from GitHub <https://github.com/mitogen-hq/mitogen/>`_.
1919

2020

21-
In progress (unreleased)
22-
------------------------
21+
v0.3.24 (2025-05-29)
22+
--------------------
2323

2424
* :gh:issue:`1268` :mod:`mitogen` Only close stdin, stdout, and stderr file
2525
descriptors (0, 1, and 2) if they were open at process startup.

mitogen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
#: Library version as a tuple.
38-
__version__ = (0, 3, 24, 'dev')
38+
__version__ = (0, 3, 24)
3939

4040

4141
#: This is :data:`False` in slave contexts. Previously it was used to prevent

0 commit comments

Comments
 (0)