We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8592b commit 8e89b45Copy full SHA for 8e89b45
CHANGES.rst
@@ -1,8 +1,8 @@
1
Changes
2
=======
3
4
-to be released
5
---------------
+0.5.0 (2020-04-23)
+------------------
6
7
- Remove explicit loop arguments and forbid creating queues outside event loops #246
8
janus/__init__.py
@@ -11,7 +11,7 @@
11
Callable)
12
13
14
-__version__ = '0.4.0'
+__version__ = '0.5.0'
15
__all__ = ('Queue', 'PriorityQueue', 'LifoQueue')
16
17
0 commit comments