diff --git a/docs/source/conf.py b/docs/source/conf.py index 1c95b824..96d33831 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ author = 'Netzulo' # The short X.Y version -version = '4.9' +version = '5.0' # The full version, including alpha/beta/rc tags -release = 'v0.4.9' +release = 'v0.{}'.format(version) # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 457668fc..d6fde17b 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from sys import version_info -VERSION = "0.4.9" +VERSION = "0.5.0" CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/') diff --git a/sonar-project.properties b/sonar-project.properties index 87ac5f33..936b919f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=qacode sonar.projectName=qacode sonar.projectDescription=Python library to automate functional testing -sonar.projectVersion=4.9 +sonar.projectVersion=5.0 # Language sonar.language=py # Comma-separated paths to directories with sources (required)