Prepare v0.3.3

This commit is contained in:
Alex Willmer 2022-06-02 11:39:39 +01:00
parent b1e67cc7df
commit c0d3deeac5
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ To avail of fixes in an unreleased version, please download a ZIP file
`directly from GitHub <https://github.com/dw/mitogen/>`_.
v0.3.3.dev0
v0.3.3 (2022-06-03)
-------------------
* :gh:issue:`906` Support packages dynamically inserted into sys.modules, e.g. `distro` >= 1.7.0 as `ansible.module_utils.distro`.

View File

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