diff --git a/docs/changelog.rst b/docs/changelog.rst index c0953385..0b20a852 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -15,12 +15,19 @@ Release Notes -v0.2.7 (unreleased) +v0.2.8 (unreleased) ------------------- To avail of fixes in an unreleased version, please download a ZIP file `directly from GitHub `_. + +v0.2.7 (2019-05-19) +------------------- + +This release primarily exists to add a descriptive error message when running +on Ansible 2.8, which is not yet supported. + Fixes ~~~~~ diff --git a/mitogen/__init__.py b/mitogen/__init__.py index 048798d9..47fe4d38 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, 2, 6) +__version__ = (0, 2, 7) #: This is :data:`False` in slave contexts. Previously it was used to prevent