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 1
1
[bumpversion]
2
- current_version = 0.1.0-alpha.2
2
+ current_version = 0.1.0-beta
3
3
commit = True
4
4
tag = 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}
15
12
16
13
[bumpversion:part:pre]
17
- values =
18
- alpha
19
- beta
20
- rc
14
+ values =
15
+ alpha
16
+ beta
17
+ rc
21
18
22
19
[bumpversion:part:prenum]
23
20
first_value = 1
24
21
25
-
26
22
[bumpversion:file:src/bookstack/__version__.py]
27
23
28
- [bumpversion:file:README.md]
24
+ [bumpversion:file:README.md]
Original file line number Diff line number Diff line change 1
1
# bookstack
2
- * version: 0.1.0-alpha.2 *
2
+ * version: 0.1.0-beta *
3
3
4
4
** Please note that this project is currently in an unstable state. Please be patient.**
5
5
Original file line number Diff line number Diff line change 4
4
__maintainer__ = 'coffeepenbit'
5
5
__title__ = 'bookstack'
6
6
__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