From ba2c65d5efacf042195e2d9c21968d778bb6ff35 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 19 May 2019 15:21:12 +0100 Subject: [PATCH 1/2] Bump version for release. --- mitogen/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 38b3415838f6feaab662edb9ab9a8ba45763e873 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 19 May 2019 15:21:17 +0100 Subject: [PATCH 2/2] docs: update Changelog for release. --- docs/changelog.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 ~~~~~