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