Merge pull request #1346 from moreati/prepare-v0.3.30

Prepare v0.3.30
pull/1352/head
Alex Willmer 1 month ago committed by GitHub
commit 2305446ab8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -21,10 +21,15 @@ To avail of fixes in an unreleased version, please download a ZIP file
In progress (unreleased)
------------------------
v0.3.30 (2025-10-30)
--------------------
* :gh:issue:`1266` Import cleanups
* :gh:issue:`1266` :mod:`ansible_mitogen`: De-duplicate sys.path manipulations
* :gh:issue:`1344` Correct SPDX license declarations
* :gh:issue:`1344` Declare BSD-3-Clause SPDX license in package metadata
* :gh:issue:`1344` :mod:`mitogen`: Use :py:func:`logging.makeLogRecord`
v0.3.29 (2025-09-18)

@ -35,7 +35,7 @@ be expected. On the slave, it is built dynamically during startup.
#: Library version as a tuple.
__version__ = (0, 3, 30, 'dev')
__version__ = (0, 3, 31, 'dev')
#: This is :data:`False` in slave contexts. Previously it was used to prevent

Loading…
Cancel
Save