Browse Source

Bump 1.1.19 to 1.2.0

bernhardbuhl 3 years ago
parent
commit
658584b1c3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .bumpversion.cfg
  2. 1 1
      setup.py

+ 1 - 1
.bumpversion.cfg

@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.1.21
+current_version = 1.2.0
 commit = True
 tag = True
 

+ 1 - 1
setup.py

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