Skip to content

Commit 11b568a

Browse files
authored
Merge pull request #1527 from moreati/prepare-v0.3.49
Prepare v0.3.49
2 parents 900bc2b + 1daa657 commit 11b568a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ To avail of fixes in an unreleased version, please download a ZIP file
2121
In progress (unreleased)
2222
------------------------
2323

24+
25+
v0.3.49 (2026-06-03)
26+
--------------------
27+
2428
* :gh:issue:`1523` :mod:`ansible_mitogen`: First Ansible 14 support
2529
* :gh:issue:`1518` :mod:`mitogen`: Fix sudo authentication when the translated
2630
password prompt doesn't contain U+003A COLON

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

4040

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

0 commit comments

Comments
 (0)