Skip to content

Commit 8e89b45

Browse files
committed
Bump to 0.5.0
1 parent ec8592b commit 8e89b45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changes
22
=======
33

4-
to be released
5-
--------------
4+
0.5.0 (2020-04-23)
5+
------------------
66

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

janus/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Callable)
1212

1313

14-
__version__ = '0.4.0'
14+
__version__ = '0.5.0'
1515
__all__ = ('Queue', 'PriorityQueue', 'LifoQueue')
1616

1717

0 commit comments

Comments
 (0)