We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad90665 + 8396907 commit 039e780Copy full SHA for 039e780
CHANGES.rst
@@ -1,6 +1,13 @@
1
Release Notes
2
-------------
3
4
+
5
+**2.0.0 (2022-03-27)**
6
7
+* Drop python 2.7 and 3.6 support
8
9
+* Switch to pyproject.toml and Poetry
10
11
**1.9.0 (2019-10-23)**
12
13
* Add TOML support
pyproject.toml
@@ -4,7 +4,7 @@
[tool.poetry]
name = "pytest-variables"
-version = "1.9.0rc0"
+version = "2.0.0"
description = "pytest plugin for providing variables to tests/fixtures"
license = "MPL-2.0"
authors = [
0 commit comments