-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If the test has the `ignore` tag, the reporter will not send the result to Qase.
- Loading branch information
Showing
3 changed files
with
27 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "qase-robotframework" | ||
version = "3.1.1b2" | ||
version = "3.1.1" | ||
description = "Qase Robot Framework Plugin" | ||
readme = "README.md" | ||
authors = [{name = "Qase Team", email = "[email protected]"}] | ||
|
@@ -17,7 +17,7 @@ classifiers = [ | |
urls = {"Homepage" = "https://github.com/qase-tms/qase-python/tree/master/qase-robotframework"} | ||
requires-python = ">=3.7" | ||
dependencies = [ | ||
"qase-python-commons~=3.1.0", | ||
"qase-python-commons~=3.1.3", | ||
] | ||
|
||
[project.optional-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters