From 609576deec8e74860b065959815ead7c6efa18fa Mon Sep 17 00:00:00 2001 From: netzulo Date: Mon, 28 May 2018 02:38:01 +0200 Subject: [PATCH] [qacode] Update to v0.5.2 --- docs/source/conf.py | 2 +- setup.py | 4 ++-- sonar-project.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 0fa01f39..4248381b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'Netzulo' # The short X.Y version -version = '5.1' +version = '5.2' # The full version, including alpha/beta/rc tags release = 'v0.{}'.format(version) diff --git a/setup.py b/setup.py index ddc936f3..9f651ad0 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from sys import version_info -VERSION = "0.5.1" +VERSION = "0.5.2" CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/') INSTALL_REQUIRES = [ @@ -95,7 +95,7 @@ def read(file_name=None, is_encoding=True, ignore_raises=False): file_name=file_name, ignore_raises=ignore_raises)) except Exception: - #TODO: not silence like this, + # TODO: not silence like this, # must be on setup.cfg, README path return 'NOTFOUND' return read_file(is_encoding=is_encoding, diff --git a/sonar-project.properties b/sonar-project.properties index 2ef34bc1..e46c03a4 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.1 +sonar.projectVersion=5.2 # Language sonar.language=py # Comma-separated paths to directories with sources (required)