Last change
on this file was
19170,
checked in by westram, 2 years ago
|
- sina source
- unpack + remove tarball
- no longer ignore sina builddir.
|
File size:
535 bytes
|
Line | |
---|
1 | [bumpversion] |
---|
2 | current_version = 1.7.2 |
---|
3 | parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<stage>(dev|rc)))?(\.(?P<again>\d+))? |
---|
4 | serialize = |
---|
5 | {major}.{minor}.{patch}-{stage}.{again} |
---|
6 | {major}.{minor}.{patch}-{stage} |
---|
7 | {major}.{minor}.{patch}.{again} |
---|
8 | {major}.{minor}.{patch} |
---|
9 | commit = True |
---|
10 | |
---|
11 | [bumpversion:part:stage] |
---|
12 | first_value = dev |
---|
13 | optional_value = final |
---|
14 | values = |
---|
15 | dev |
---|
16 | rc |
---|
17 | final |
---|
18 | |
---|
19 | [bumpversion:file:configure.ac] |
---|
20 | |
---|
21 | [bumpversion:file:README.rst] |
---|
22 | |
---|
23 | [bumpversion:file:doc/source/install.rst] |
---|
24 | |
---|
25 | [bumpversion:file:doc/source/conf.py] |
---|
26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.