Skip to content

Commit bb8853d

Browse files
authored
Merge pull request #793 from LincolnPuzey/v2_release
Version 2.0.0
2 parents 2cae213 + 4f0fa4a commit bb8853d

File tree

5 files changed

+10
-3
lines changed

5 files changed

+10
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.18.0
2+
current_version = 2.0.0
33
message = chore: bump version {current_version} → {new_version}
44
commit = True
55
tag = True

docs/source/changelog.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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+
1115
Breaking 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

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

dramatiq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@
8484
"WorkerThread",
8585
]
8686

87-
__version__ = "1.18.0"
87+
__version__ = "2.0.0"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ def rel(*xs):
7272
author_email="[email protected]",
7373
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.",

0 commit comments

Comments
 (0)