From c0d3deeac571eb36dfccbe5ca2f1579f2aceca2a Mon Sep 17 00:00:00 2001 From: Alex Willmer Date: Thu, 2 Jun 2022 11:39:39 +0100 Subject: [PATCH] Prepare v0.3.3 --- docs/changelog.rst | 2 +- mitogen/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9741ca5c..83eec415 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -18,7 +18,7 @@ To avail of fixes in an unreleased version, please download a ZIP file `directly from GitHub `_. -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`. diff --git a/mitogen/__init__.py b/mitogen/__init__.py index fc3eb926..0cd434a8 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, 3, 'dev0') +__version__ = (0, 3, 3) #: This is :data:`False` in slave contexts. Previously it was used to prevent