This repository was archived by the owner on Apr 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-19
lines changed
Expand file tree Collapse file tree 3 files changed +15
-19
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.0-alpha.2
2+ current_version = 0.1.0-beta
33commit = True
44tag = False
5-
6-
7- parse =
8- (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) # major, minor and patch
9- (?:\-(?P<pre>(?:alpha|beta|rc))(\.(?P<prenum>\d+))?)? # pre-release
10-
11- serialize =
12- {major}.{minor}.{patch}-{pre}.{prenum}
13- {major}.{minor}.{patch}-{pre}
14- {major}.{minor}.{patch}
5+ parse =
6+ (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+) # major, minor and patch
7+ (?:\-(?P<pre>(?:alpha|beta|rc))(\.(?P<prenum>\d+))?)? # pre-release
8+ serialize =
9+ {major}.{minor}.{patch}-{pre}.{prenum}
10+ {major}.{minor}.{patch}-{pre}
11+ {major}.{minor}.{patch}
1512
1613[bumpversion:part:pre]
17- values =
18- alpha
19- beta
20- rc
14+ values =
15+ alpha
16+ beta
17+ rc
2118
2219[bumpversion:part:prenum]
2320first_value = 1
2421
25-
2622[bumpversion:file:src/bookstack/__version__.py]
2723
28- [bumpversion:file:README.md]
24+ [bumpversion:file:README.md]
Original file line number Diff line number Diff line change 11# bookstack
2- * version: 0.1.0-alpha.2 *
2+ * version: 0.1.0-beta *
33
44** Please note that this project is currently in an unstable state. Please be patient.**
55
Original file line number Diff line number Diff line change 44__maintainer__ = 'coffeepenbit'
55__title__ = 'bookstack'
66__url__ = "https://github.com/coffeepenbit/bookstack"
7- __version__ = '0.1.0-alpha.2 '
7+ __version__ = '0.1.0-beta '
You can’t perform that action at this time.
0 commit comments