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 b432cd4 commit 3786f67Copy full SHA for 3786f67
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.13.0
+current_version = 1.14.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.13.0"
+__version__ = "1.14.0"
0 commit comments