diff --git a/docs/changelog.rst b/docs/changelog.rst index 8ab68d97b..3a1d6ff28 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -21,6 +21,11 @@ To avail of fixes in an unreleased version, please download a ZIP file In progress (unreleased) ------------------------ + + +v0.3.14 (2024-10-16) +-------------------- + * :gh:issue:`1159` CI: Reduce number of Jobs by parameterizing Mitogen Docker SSH tests * :gh:issue:`1083` :mod:`ansible_mitogen`: Support templated become username. diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 36c448d9c..fd5590f2b 100644 --- a/mitogen/__init__.py +++ b/mitogen/__init__.py @@ -35,7 +35,7 @@ #: Library version as a tuple. -__version__ = (0, 3, 14, 'dev') +__version__ = (0, 3, 15, 'dev') #: This is :data:`False` in slave contexts. Previously it was used to prevent