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 a360601 commit 652bc8dCopy full SHA for 652bc8d
CHANGES.rst
@@ -13,7 +13,7 @@ Changes
13
14
.. towncrier release notes start
15
16
-2.0.0 (2024-12-XX)
+2.0.0 (2024-12-13)
17
------------------
18
19
- Implement ``.shutdown(immediate=False)`` for both sync and async APIs #720
janus/__init__.py
@@ -25,7 +25,7 @@ class ShutDown(Exception):
25
SyncQueueShutDown = ShutDown
26
27
28
-__version__ = "1.2.0"
+__version__ = "2.0.0"
29
__all__ = (
30
"Queue",
31
"PriorityQueue",
0 commit comments