Skip to content

Commit

Permalink
release: qase-pytest 6.0.0
Browse files Browse the repository at this point in the history
Updated commons package
  • Loading branch information
gibiw committed May 30, 2024
1 parent 5255217 commit e77401c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions qase-pytest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@

## Installation

The qase-pytest v6 is currently in the beta stage.
To install the latest beta version, run:
To install the latest version, run:

```sh
pip install --pre qase-pytest>6.0.0b1
pip install pre qase-pytest
```

## Upgrade from 4.x to 5.x and to 6.x
Expand Down
4 changes: 2 additions & 2 deletions qase-pytest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "qase-pytest"
version = "6.0.0b2"
version = "6.0.0"
description = "Qase Pytest Plugin for Qase TestOps and Qase Report"
readme = "README.md"
keywords = ["qase", "pytest", "plugin", "testops", "report", "qase reporting", "test observability"]
Expand All @@ -29,7 +29,7 @@ classifiers = [
]
requires-python = ">=3.7"
dependencies = [
"qase-python-commons~=3.0.2b1",
"qase-python-commons~=3.0.2",
"pytest>=7.4.4",
"filelock~=3.12.2",
"more_itertools",
Expand Down

0 comments on commit e77401c

Please sign in to comment.