Skip to content

Commit

Permalink
Update changelog and version in preparation for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarst committed Mar 9, 2014
1 parent d7592be commit 8589b8c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,21 @@ Changelog

**1.1.0**

Documentation:

* ``EventualResult.original_failure`` is now documented.

Bug fixes:

* ``EventualResult.wait()`` can now be used safely from multiple threads,
thanks to Gavin Panella for reporting the bug.
* Fixed reentrancy deadlock in the logging code caused by
http://bugs.python.org/issue14976, thanks to Rod Morehead for reporting the
bug.
* Crochet now installs on Python 3.3 again, thanks to Ben Cordero.
* Crochet should now work on Windows, thanks to Konstantinos Koukopoulos.
* It should now be possible to run Crochet tests without adding its absolute
path to PYTHONPATH or installing it first.
* Crochet tests can now run without adding its absolute path to PYTHONPATH or
installing it first.

Documentation:

* ``EventualResult.original_failure`` is now documented.

**1.0.0**

Expand Down
2 changes: 1 addition & 1 deletion crochet/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Store version in its own module so we can access it from both setup.py and
__init__.
"""
__version__ = "1.0.0"
__version__ = "1.1.0"

0 comments on commit 8589b8c

Please sign in to comment.