Merge remote-tracking branch 'origin/026'

* origin/026:
  docs: update Changelog for release.
  Bump version for release.
pull/564/head
David Wilson 6 years ago
commit 408a96f284

@ -15,7 +15,7 @@ Release Notes
</style> </style>
v0.2.6 (unreleased) v0.2.7 (unreleased)
------------------- -------------------
To avail of fixes in an unreleased version, please download a ZIP file To avail of fixes in an unreleased version, please download a ZIP file
@ -24,6 +24,15 @@ To avail of fixes in an unreleased version, please download a ZIP file
Fixes Fixes
~~~~~ ~~~~~
*(none yet)*
v0.2.6 (2019-03-06)
-------------------
Fixes
~~~~~
* `#542 <https://github.com/dw/mitogen/issues/542>`_: some versions of OS X * `#542 <https://github.com/dw/mitogen/issues/542>`_: some versions of OS X
ship a default Python that does not support :func:`select.poll`. Restore the ship a default Python that does not support :func:`select.poll`. Restore the
0.2.3 behaviour of defaulting to Kqueue in this case, but still prefer 0.2.3 behaviour of defaulting to Kqueue in this case, but still prefer
@ -74,7 +83,6 @@ Core Library
:meth:`mitogen.core.Latch.put`'s `obj` argument was made optional. :meth:`mitogen.core.Latch.put`'s `obj` argument was made optional.
Thanks! Thanks!
~~~~~~~ ~~~~~~~
@ -90,7 +98,6 @@ bug reports, testing, features and fixes in this release contributed by
`@zyphermonkey <https://github.com/zyphermonkey>`_. `@zyphermonkey <https://github.com/zyphermonkey>`_.
v0.2.5 (2019-02-14) v0.2.5 (2019-02-14)
------------------- -------------------

@ -35,7 +35,7 @@ be expected. On the slave, it is built dynamically during startup.
#: Library version as a tuple. #: Library version as a tuple.
__version__ = (0, 2, 5) __version__ = (0, 2, 6)
#: This is :data:`False` in slave contexts. Previously it was used to prevent #: This is :data:`False` in slave contexts. Previously it was used to prevent

Loading…
Cancel
Save