Browse Source

Bump version: 1.2.6 → 1.2.7

bernhardbuhl 3 years ago
parent
commit
328842c173
3 changed files with 3 additions and 3 deletions
  1. 1 1
      .bumpversion.cfg
  2. 1 1
      docs/conf.py
  3. 1 1
      setup.py

+ 1 - 1
.bumpversion.cfg

@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.2.6
+current_version = 1.2.7
 commit = True
 tag = True
 

+ 1 - 1
docs/conf.py

@@ -24,7 +24,7 @@ copyright = '2020, Bernhard Buhl'
 author = 'Bernhard Buhl'
 
 # The full version, including alpha/beta/rc tags
-release = '1.2.6'
+release = '1.2.7'
 
 
 # -- General configuration ---------------------------------------------------

+ 1 - 1
setup.py

@@ -6,7 +6,7 @@ if __name__ == '__main__':
 
     setuptools.setup(
         name="baangt",
-        version="1.2.6",
+        version="1.2.7",
         author="Bernhard Buhl",
         author_email="info@baangt.org",
         description="Open source Test Automation Suite for MacOS, Windows, Linux",