Skip to content

Commit 416027b

Browse files
committed
Merge remote-tracking branch 'origin/v027'
* origin/v027: docs: update Changelog for release. Bump version for release.
2 parents 4b3c064 + 38b3415 commit 416027b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/changelog.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,19 @@ Release Notes
1515
</style>
1616

1717

18-
v0.2.7 (unreleased)
18+
v0.2.8 (unreleased)
1919
-------------------
2020

2121
To avail of fixes in an unreleased version, please download a ZIP file
2222
`directly from GitHub <https://github.com/dw/mitogen/>`_.
2323

24+
25+
v0.2.7 (2019-05-19)
26+
-------------------
27+
28+
This release primarily exists to add a descriptive error message when running
29+
on Ansible 2.8, which is not yet supported.
30+
2431
Fixes
2532
~~~~~
2633

mitogen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636

3737
#: Library version as a tuple.
38-
__version__ = (0, 2, 6)
38+
__version__ = (0, 2, 7)
3939

4040

4141
#: This is :data:`False` in slave contexts. Previously it was used to prevent

0 commit comments

Comments
 (0)