File tree Expand file tree Collapse file tree 5 files changed +10
-3
lines changed Expand file tree Collapse file tree 5 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.18 .0
2+ current_version = 2.0 .0
33message = chore: bump version {current_version} → {new_version}
44commit = True
55tag = True
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
88`Unreleased `_
99-------------
1010
11+
12+ `2.0.0 `_ -- 2025-11-18
13+ -----------------------
14+
1115Breaking Changes
1216^^^^^^^^^^^^^^^^
1317
@@ -1550,7 +1554,8 @@ Changed
15501554* Capped prefetch counts to 65k.
15511555
15521556
1553- .. _Unreleased : https://github.com/Bogdanp/dramatiq/compare/v1.18.0...HEAD
1557+ .. _Unreleased : https://github.com/Bogdanp/dramatiq/compare/v2.0.0...HEAD
1558+ .. _2.0.0 : https://github.com/Bogdanp/dramatiq/compare/v1.18.0...v2.0.0
15541559.. _1.18.0 : https://github.com/Bogdanp/dramatiq/compare/v1.17.1...v1.18.0
15551560.. _1.17.1 : https://github.com/Bogdanp/dramatiq/compare/v1.17.0...v1.17.1
15561561.. _1.17.0 : https://github.com/Bogdanp/dramatiq/compare/v1.16.0...v1.17.0
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ Project Info
101101
102102 Source Code <https://github.com/Bogdanp/dramatiq >
103103 changelog
104+ PyPI <https://pypi.org/project/dramatiq/ >
104105 Contributing <https://github.com/Bogdanp/dramatiq/blob/master/CONTRIBUTING.md >
105106 Discussion Board <https://groups.io/g/dramatiq-users >
106107 license
Original file line number Diff line number Diff line change 8484 "WorkerThread" ,
8585]
8686
87- __version__ = "1.18 .0"
87+ __version__ = "2.0 .0"
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ def rel(*xs):
72727373 project_urls = {
7474 "Documentation" : "https://dramatiq.io" ,
75+ "Changelog" : "https://dramatiq.io/changelog.html" ,
7576 "Source" : "https://github.com/Bogdanp/dramatiq" ,
7677 },
7778 description = "Background Processing for Python 3." ,
You can’t perform that action at this time.
0 commit comments