Skip to content

Commit 28a57da

Browse files
author
Alan@int3ll3ct
committed
Bump version: 1.2.1dev0 → 1.2.1rc0
1 parent 2352aeb commit 28a57da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.1dev0
2+
current_version = 1.2.1rc0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((?P<release>[a-z]+)(?P<iter>\d+))?

openroast/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.2.1dev0"
1+
__version__ = "1.2.1rc0"
22

0 commit comments

Comments
 (0)