Skip to content

Commit 652bc8d

Browse files
authored
Release 2.0.0 (#723)
1 parent a360601 commit 652bc8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Changes
1313

1414
.. towncrier release notes start
1515
16-
2.0.0 (2024-12-XX)
16+
2.0.0 (2024-12-13)
1717
------------------
1818

1919
- Implement ``.shutdown(immediate=False)`` for both sync and async APIs #720

janus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class ShutDown(Exception):
2525
SyncQueueShutDown = ShutDown
2626

2727

28-
__version__ = "1.2.0"
28+
__version__ = "2.0.0"
2929
__all__ = (
3030
"Queue",
3131
"PriorityQueue",

0 commit comments

Comments
 (0)