Skip to content

Commit 24e39b2

Browse files
authored
Merge pull request #1151 from moreati/prep-0.3.13
Prepare 0.3.13
2 parents 11fe832 + 47e25eb commit 24e39b2

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

docs/changelog.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@ 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)
21+
In progress (unreleased)
2222
------------------------
2323

24+
25+
26+
v0.3.13 (2024-10-09)
27+
--------------------
28+
2429
* :gh:issue:`1138` CI: Complete migration from Azure DevOps Pipelines to
2530
GitHub Actions
2631
* :gh:issue:`1116` :mod:`ansible_mitogen`: Support for templated variable
@@ -29,7 +34,7 @@ In Progress (unreleased)
2934
* :gh:issue:`1073` Python 3.13 support
3035

3136

32-
v0.3.11 (2024-10-07)
37+
v0.3.12 (2024-10-07)
3338
--------------------
3439

3540
* :gh:issue:`1106` :mod:`ansible_mitogen`: Support for `ansible_ssh_password`

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

4040

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

0 commit comments

Comments
 (0)