Skip to content

Commit 5e9ff67

Browse files
committed
Fix CHANGES
1 parent 5a19ba7 commit 5e9ff67

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGES.rst

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
Changes
22
=======
33

4-
0.6.0 (2020-10-26)
4+
0.6.1 (2020-10-26)
55
------------------
66

77
- Raise RuntimeError on queue.join() after queue closing. #295
88

9+
- Replace ``timeout`` type from ``Optional[int]`` to ``Optional[float]`` #267
10+
11+
0.6.0 (2020-10-10)
12+
------------------
13+
914
- Drop Python 3.5, the minimal supported version is Python 3.6
1015

1116
- Support Python 3.9
1217

1318
- Refomat with ``black``
1419

15-
- Replace ``timeout`` type from ``Optional[int]`` to ``Optional[float]`` #267
16-
1720
0.5.0 (2020-04-23)
1821
------------------
1922

0 commit comments

Comments
 (0)