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 793aaa5 commit 58d8044Copy full SHA for 58d8044
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.5.0
+current_version = 1.6.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.5.0"
+__version__ = "1.6.0"
0 commit comments