Skip to content

Commit 6513c58

Browse files
committed
πŸ”– Bump version: 5.2.0 β†’ 5.3.0
1 parent 9d23c74 commit 6513c58

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.2.0
2+
current_version = 5.3.0
33
commit = True
44
tag = True
55
message = πŸ”– Bump version: {current_version} β†’ {new_version}

β€ŽVERSIONβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
5.3.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "5.2.0"
1+
__version__ = "5.3.0"

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "openaleph-procrastinate"
3-
version = "5.2.0"
3+
version = "5.3.0"
44
description = "Task queue logic for OpenAleph built upon procrastinate"
55
authors = [
66
{ name = "Simon WΓΆrpel", email = "simon.woerpel@pm.me" },

0 commit comments

Comments
Β (0)