From 9a453d4753a0c7446b178240b793b593257027aa Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 9 Jul 2018 17:43:28 +0100 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 658ab66c..72565ce1 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,7 +15,7 @@ Release Notes -v0.2.0 (2018-07-08) +v0.2.0 (2018-07-09) ------------------- Mitogen 0.2.x is the inaugural feature-frozen branch eligible for fixes only, diff --git a/mitogen/__init__.py b/mitogen/__init__.py index a4a32cdd..bdb743ce 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, 1, 0) +__version__ = (0, 2, 0) #: This is :data:`False` in slave contexts. Previously it was used to prevent