From 80aef68253405f319b336485eb2de8de33a18b27 Mon Sep 17 00:00:00 2001 From: netzulo Date: Sun, 10 Jun 2018 21:20:23 +0200 Subject: [PATCH] [qacode] update to v0.5.4 --- docs/source/conf.py | 2 +- setup.py | 2 +- sonar-project.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 2945ccf2..ab500c90 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Netzulo' # The short X.Y version -version = '5.3' +version = '5.4' # The full version, including alpha/beta/rc tags release = 'v0.{}'.format(version) diff --git a/setup.py b/setup.py index 38eae637..61f449af 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from sys import version_info -VERSION = "0.5.3" +VERSION = "0.5.4" CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/') INSTALL_REQUIRES = [ diff --git a/sonar-project.properties b/sonar-project.properties index 12ca7283..7ddbb058 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=5.3 +sonar.projectVersion=5.4 # Language sonar.language=py # Comma-separated paths to directories with sources (required)