Skip to content

Commit

Permalink
1.10.6 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolstislon authored Jul 4, 2022
1 parent 73fdfd9 commit e87e215
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ verify_ssl = true
[dev-packages]
pytest = "==7.1.2"
pytest-cov = "==3.0.0"
responses = "==0.20.0"
mypy = "==0.950"
black = "==22.3.0"
responses = "==0.21.0"
mypy = "==0.961"
black = "==22.6.0"
flake8 = "==4.0.1"
pep8-naming = "==0.12.1"
twine = "==4.0.0"
pep8-naming = "==0.13.0"
twine = "==4.0.1"

[packages]
requests = "==2.27.1"
requests = "==2.28.1"
testrail-api = {editable = true, path = "."}

[requires]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
description="Python wrapper of the TestRail API",
long_description=long_description,
long_description_content_type="text/markdown",
version='1.10.5',
version='1.10.6',
install_requires=["requests>=2.20.1"],
python_requires=">=3.5",
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion testrail_api/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# coding: utf-8
version = "1.10.5"
version = "1.10.6"

0 comments on commit e87e215

Please sign in to comment.