Added bumpversion config
This commit is contained in:
parent
f7d88b3e73
commit
94d48e4edd
2 changed files with 11 additions and 0 deletions
10
.bumpversion.cfg
Normal file
10
.bumpversion.cfg
Normal file
|
@ -0,0 +1,10 @@
|
|||
[bumpversion]
|
||||
current_version = 1.2.0
|
||||
commit = True
|
||||
|
||||
[bumpversion:file:configure.ac]
|
||||
|
||||
[bumpversion:file:doc/conf.py]
|
||||
|
||||
[bumpversion:file:appveyor.yml]
|
||||
|
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,6 +2,7 @@
|
|||
!*/
|
||||
|
||||
!.gitignore
|
||||
!.bumpversion.cfg
|
||||
|
||||
!*.c
|
||||
!*.h
|
||||
|
|
Loading…
Add table
Reference in a new issue