diff --git a/docs/changelog.rst b/docs/changelog.rst index f99f220a..fba604a1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -21,6 +21,10 @@ To avail of fixes in an unreleased version, please download a ZIP file In progress (unreleased) ------------------------ + +v0.3.28 (2025-09-17) +-------------------- + * :gh:issue:`1306` :mod:`ansible_mitogen`: Fix non-blocking IO errors in first stage of bootstrap * :gh:issue:`1306` CI: Report sudo version on Ansible targets diff --git a/mitogen/__init__.py b/mitogen/__init__.py index cc3cd425..ab9be601 100644 --- a/mitogen/__init__.py +++ b/mitogen/__init__.py @@ -35,7 +35,7 @@ be expected. On the slave, it is built dynamically during startup. #: Library version as a tuple. -__version__ = (0, 3, 28, 'dev') +__version__ = (0, 3, 29, 'dev') #: This is :data:`False` in slave contexts. Previously it was used to prevent