Skip to content

Commit

Permalink
Release 2.0.0 (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov authored Dec 13, 2024
1 parent a360601 commit 652bc8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Changes

.. towncrier release notes start
2.0.0 (2024-12-XX)
2.0.0 (2024-12-13)
------------------

- Implement ``.shutdown(immediate=False)`` for both sync and async APIs #720
Expand Down
2 changes: 1 addition & 1 deletion janus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class ShutDown(Exception):
SyncQueueShutDown = ShutDown


__version__ = "1.2.0"
__version__ = "2.0.0"
__all__ = (
"Queue",
"PriorityQueue",
Expand Down

0 comments on commit 652bc8d

Please sign in to comment.