From d64729e0418815038ecb56a68237a8d0527f49b6 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 26 Jul 2018 23:37:12 -0700 Subject: [PATCH] Bump version for release. --- 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 d167ef14..2efdb035 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -25,7 +25,7 @@ Release Notes `_. -v0.2.2 (2018-07-??) +v0.2.2 (2018-07-26) ------------------- Mitogen for Ansible diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 7044cdd5..3fc02433 100644 --- a/mitogen/__init__.py +++ b/mitogen/__init__.py @@ -33,7 +33,7 @@ be expected. On the slave, it is built dynamically during startup. #: Library version as a tuple. -__version__ = (0, 2, 1) +__version__ = (0, 2, 2) #: This is :data:`False` in slave contexts. Previously it was used to prevent