Skip to content

Commit

Permalink
Bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 9, 2021
1 parent 60e6f30 commit 6b6afbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
Changes
-------

1.1.0 (2021-9-27)
^^^^^^^^^^^^^^^^^

1.2.0 (2021-11-09)
^^^^^^^^^^^^^^^^^^

* Fix a bug that make concurrent writes possible under some (rare) conjunctions (#235)

1.1.0 (2021-09-27)
^^^^^^^^^^^^^^^^^^

* Remove explicit loop usage in `asyncio.sleep()` call, make the library forward
compatible with Python 3.10
Expand Down
2 changes: 1 addition & 1 deletion aiorwlock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Future = asyncio.Future
Task = asyncio.Task

__version__ = '1.1.0'
__version__ = '1.2.0'
__all__ = ('RWLock',)


Expand Down

0 comments on commit 6b6afbe

Please sign in to comment.