Skip to content

Commit

Permalink
[qacode] Update to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed May 28, 2018
1 parent 2bd3a5a commit 609576d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 609576d

Please sign in to comment.