Skip to content

Commit c4ca015

Browse files
committed
Prepare v0.3.14
1 parent a07489d commit c4ca015

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.14 (2024-10-16)
22+
--------------------
2323

2424
* :gh:issue:`1159` CI: Reduce number of Jobs by parameterizing Mitogen Docker
2525
SSH tests

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, 14, 'dev')
38+
__version__ = (0, 3, 14)
3939

4040

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

0 commit comments

Comments
 (0)