Skip to content

Commit

Permalink
update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstislon committed Feb 24, 2020
1 parent 76b1590 commit 8310ef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![PyPI](https://img.shields.io/pypi/v/testrail-api?color=%2301a001&label=version&logo=version)
[![Downloads](https://pepy.tech/badge/testrail-api)](https://github.com/tolstislon/testrail-api)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/testrail-api.svg)
![PyPI - Python Version](https://img.shields.io/badge/TestRail-6.1.0.4367-blue)
![PyPI - Python Version](https://img.shields.io/badge/TestRail-6.1.1.1021-blue)

This is a Python wrapper of the TestRail API(v2) according to [the official documentation](http://docs.gurock.com/testrail-api2/start)

Expand Down
2 changes: 1 addition & 1 deletion testrail_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '1.4.5'
__version__ = '1.4.6'
__url__ = 'https://github.com/tolstislon/testrail-api'
__description__ = 'Python wrapper of the TestRail API'
__author__ = 'tolstislon'
Expand Down

0 comments on commit 8310ef7

Please sign in to comment.