Fixed bumpversion
This commit is contained in:
parent
5b8a03dfdf
commit
5cf91b1310
3 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
[bumpversion]
|
||||
current_version = 1.2.1
|
||||
current_version = 1.2.2
|
||||
commit = True
|
||||
|
||||
[bumpversion:file:configure.ac]
|
||||
[bumpversion:file:CMakeLists.txt]
|
||||
|
||||
[bumpversion:file:doc/conf.py]
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version: 1.2.1_b{build}-{branch}
|
||||
version: 1.2.2_b{build}-{branch}
|
||||
|
||||
os: Windows Server 2012
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ copyright = u'2015, Franklin "Snaipe" Mathieu'
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = '1.2.1'
|
||||
version = '1.2.2'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = version
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue