We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b3c064 + 38b3415 commit 416027bCopy full SHA for 416027b
docs/changelog.rst
@@ -15,12 +15,19 @@ Release Notes
15
</style>
16
17
18
-v0.2.7 (unreleased)
+v0.2.8 (unreleased)
19
-------------------
20
21
To avail of fixes in an unreleased version, please download a ZIP file
22
`directly from GitHub <https://github.com/dw/mitogen/>`_.
23
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
31
Fixes
32
~~~~~
33
mitogen/__init__.py
@@ -35,7 +35,7 @@
35
36
37
#: Library version as a tuple.
38
-__version__ = (0, 2, 6)
+__version__ = (0, 2, 7)
39
40
41
#: This is :data:`False` in slave contexts. Previously it was used to prevent
0 commit comments