diff --git a/.bumpversion.cfg b/.bumpversion.cfg index bbcb195..b86b6f3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -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] diff --git a/appveyor.yml b/appveyor.yml index 6762854..63f90c4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.2.1_b{build}-{branch} +version: 1.2.2_b{build}-{branch} os: Windows Server 2012 diff --git a/doc/conf.py b/doc/conf.py index a4d0f24..b2e3e18 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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