Browse Source

New Version build

bernhardbuhl 4 years ago
parent
commit
84d08cc83a
2 changed files with 3 additions and 3 deletions
  1. 1 1
      README.md
  2. 2 2
      setup.py

+ 1 - 1
README.md

@@ -15,7 +15,7 @@ Clone the repository: ``GIT CLONE https://gogs.earthsquad.global/baangt``
 Then fire up your favorite virtual environment, e.g. 
 `CONDA create baangt`, activate it, e.g. `CONDA activate baangt` and install the necessary requirements: `pip install -r requirements.txt` and you're good to go.
 
-#Usage:
+##Usage:
 ``baangt`` can be used for API, oData V2/V4, Browser (Chrome, Firefox, Safari, IE and more) Testing based on a common data layer. As complex as this sounds, as easy is it to start with, give it a try!
 ##Preparation:
 You need at least a data- and a sequence definition file (example: `DropsSimple.xlsx` in the root folder of `baangt`).

+ 2 - 2
setup.py

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
 
 setuptools.setup(
     name="baangt", # Replace with your own username
-    version="2020.1.1b5",
+    version="2020.1.1b6",
     author="Bernhard Buhl",
     author_email="buhl@buhl-consulting.com.cy",
     description="Basic And Advanced NextGeneration Testing",
@@ -20,4 +20,4 @@ setuptools.setup(
         "Operating System :: OS Independent",
     ],
     python_requires='>=3.6',
-)
+)