Skip to content

Commit a4eb964

Browse files
committed
Bump version: 5.0.0-rc4 → 5.0.0-rc5
1 parent a9f6af0 commit a4eb964

File tree

5 files changed

+37
-5
lines changed

5 files changed

+37
-5
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 = 5.0.0-rc4
2+
current_version = 5.0.0-rc5
33
tag_name = {new_version}
44
commit = True
55
tag = True

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0-rc4
1+
5.0.0-rc5

ingestors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from anystore.logging import configure_logging, get_logger
66
from procrastinate import cli as procrastinate_cli
77

8-
__version__ = "5.0.0-rc4"
8+
__version__ = "5.0.0-rc5"
99

1010
configure_logging()
1111

poetry.lock

Lines changed: 33 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)