Skip to content

Commit

Permalink
Bump to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Dec 3, 2017
1 parent 5d03382 commit 8caead7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Changes
-------

X.X.X (XXXX-XX-XX)
0.5.0 (2017-12-03)
^^^^^^^^^^^^^^^^^^

* Fix corner cases and deadlock when we upgrade lock from write to
read #39

* Use loop.create_future instead asyncio.Future if possible

0.4.0 (2015-09-20)
Expand Down
2 changes: 1 addition & 1 deletion aiorwlock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import collections
import sys

__version__ = '0.4.0'
__version__ = '0.5.0'
__all__ = ['RWLock']

PY_35 = sys.version_info >= (3, 5, 0)
Expand Down

0 comments on commit 8caead7

Please sign in to comment.