source: trunk/GDE/SINA/builddir/.bumpversion.cfg

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]
2current_version = 1.7.2
3parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<stage>(dev|rc)))?(\.(?P<again>\d+))?
4serialize = 
5        {major}.{minor}.{patch}-{stage}.{again}
6        {major}.{minor}.{patch}-{stage}
7        {major}.{minor}.{patch}.{again}
8        {major}.{minor}.{patch}
9commit = True
10
11[bumpversion:part:stage]
12first_value = dev
13optional_value = final
14values = 
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.