Skip to content

Commit

Permalink
[qacode] update to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed May 13, 2018
1 parent b12755d commit 56c26b7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion 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.4.9"
VERSION = "0.5.0"
CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/')


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=4.9
sonar.projectVersion=5.0
# Language
sonar.language=py
# Comma-separated paths to directories with sources (required)
Expand Down

0 comments on commit 56c26b7

Please sign in to comment.