Skip to content

Commit

Permalink
[qatl] Update to v0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
netzulo committed Jul 3, 2018
1 parent 452f8a1 commit 51ea50e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@

from os import path
from setuptools import setup, find_packages
from sys import version_info
from qatestlink.core.utils import read_file
from qatestlink.core.utils import path_format


VERSION = '0.0.8'
VERSION = '0.0.9'
CURR_PATH = "{}{}".format(path.abspath(path.dirname(__file__)), '/')
INSTALL_REQUIRES = [
'requests',
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=qatestlink
sonar.projectName=qatestlink
sonar.projectDescription=Python library to automate XMLRPC calls on testlink
sonar.projectVersion=0.8
sonar.projectVersion=0.9
# Language
sonar.language=py
# Comma-separated paths to directories with sources (required)
Expand Down

0 comments on commit 51ea50e

Please sign in to comment.