diff --git a/docs/source/conf.py b/docs/source/conf.py index 67f13587..34c4cd60 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ author = 'Netzulo' # The short X.Y version -version = '4.7' +version = '4.8' # The full version, including alpha/beta/rc tags -release = 'v0.4.7' +release = 'v0.4.8' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index adb5ecf9..ba42876c 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from qacode.core.utils import path_format -VERSION = "0.4.7" +VERSION = "0.4.8" CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/') diff --git a/sonar-project.properties b/sonar-project.properties index aa318a09..3bc87563 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.7 +sonar.projectVersion=4.8 # Language sonar.language=py # Comma-separated paths to directories with sources (required)