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 Apr 23, 2020
1 parent ec8592b commit 8e89b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,8 +1,8 @@
Changes
=======

to be released
--------------
0.5.0 (2020-04-23)
------------------

- Remove explicit loop arguments and forbid creating queues outside event loops #246

Expand Down
2 changes: 1 addition & 1 deletion janus/__init__.py
Expand Up @@ -11,7 +11,7 @@
Callable)


__version__ = '0.4.0'
__version__ = '0.5.0'
__all__ = ('Queue', 'PriorityQueue', 'LifoQueue')


Expand Down

0 comments on commit 8e89b45

Please sign in to comment.