8000 Bump version: 0.1.0-alpha.2 → 0.1.0-beta · coffeepenbit/bookstack@49b2df6 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 49b2df6

Browse files
committed
Bump version: 0.1.0-alpha.2 → 0.1.0-beta
1 parent 3613599 commit 49b2df6

File tree

3 files changed

+15
-19
lines changed

3 files changed

+15
-19
lines changed

.bumpversion.cfg

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
[bumpversion]
2-
current_version = 0.1.0-alpha.2
2+
current_version = 0.1.0-beta
33
commit = True
44
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}
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]
2320
first_value = 1
2421

25-
2622
[bumpversion:file:src/bookstack/__version__.py]
2723

28-
[bumpversion:file:README.md]
24+
[bumpversion:file:README.md]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

src/bookstack/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
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'

0 commit comments

Comments
 (0)
0