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 90ad503 commit 052fea0Copy full SHA for 052fea0
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.16.0
+current_version = 1.17.0
3
message = chore: bump version {current_version} → {new_version}
4
commit = True
5
tag = True
dramatiq/__init__.py
@@ -62,4 +62,4 @@
62
"Worker",
63
]
64
65
-__version__ = "1.16.0"
+__version__ = "1.17.0"
0 commit comments