Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/026'
Browse files Browse the repository at this point in the history
* origin/026:
  docs: update Changelog for release.
  Bump version for release.
  • Loading branch information
dw committed Mar 6, 2019
2 parents fda1647 + 13643b7 commit 408a96f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Release Notes
</style>


v0.2.6 (unreleased)
v0.2.7 (unreleased)
-------------------

To avail of fixes in an unreleased version, please download a ZIP file
Expand All @@ -24,6 +24,15 @@ To avail of fixes in an unreleased version, please download a ZIP file
Fixes
~~~~~

*(none yet)*


v0.2.6 (2019-03-06)
-------------------

Fixes
~~~~~

* `#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
0.2.3 behaviour of defaulting to Kqueue in this case, but still prefer
Expand Down Expand Up @@ -74,7 +83,6 @@ Core Library
:meth:`mitogen.core.Latch.put`'s `obj` argument was made optional.



Thanks!
~~~~~~~

Expand All @@ -90,7 +98,6 @@ bug reports, testing, features and fixes in this release contributed by
`@zyphermonkey <https://github.com/zyphermonkey>`_.



v0.2.5 (2019-02-14)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion mitogen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


#: 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
Expand Down

0 comments on commit 408a96f

Please sign in to comment.