Skip to content

Commit 499fdfc

Browse files
committed
πŸ”– Bump version: 5.1.0-rc2 β†’ 5.1.0-rc3
1 parent 5117f74 commit 499fdfc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1.0-rc2
2+
current_version = 5.1.0-rc3
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.1.0-rc2
1+
5.1.0-rc3

β€Ž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.1.0-rc2"
8+
__version__ = "5.1.0-rc3"
99

1010
configure_logging()
1111

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ingestors"
3-
version = "5.1.0-rc2"
3+
version = "5.1.0-rc3"
44
description = "Ingestors extract the contents of mixed unstructured documents into structured (followthemoney) data. "
55
authors = [
66
{ name = "Friedrich Lindenberg", email = "friedrich@pudo.org" },

0 commit comments

Comments
Β (0)