Merge remote-tracking branch 'origin/v027'

* origin/v027:
  docs: update Changelog for release.
  Bump version for release.
pull/595/head
David Wilson 7 years ago
commit 416027b92c

@ -15,12 +15,19 @@ Release Notes
</style>
v0.2.7 (unreleased)
v0.2.8 (unreleased)
-------------------
To avail of fixes in an unreleased version, please download a ZIP file
`directly from GitHub <https://github.com/dw/mitogen/>`_.
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
~~~~~

@ -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

Loading…
Cancel
Save