Skip to content

Commit 039e780

Browse files
authored
Merge pull request #33 from BeyondEvil/release-v2.0.0
Release v2.0.0
2 parents ad90665 + 8396907 commit 039e780

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Release Notes
22
-------------
33

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+
411
**1.9.0 (2019-10-23)**
512

613
* Add TOML support

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[tool.poetry]
66
name = "pytest-variables"
7-
version = "1.9.0rc0"
7+
version = "2.0.0"
88
description = "pytest plugin for providing variables to tests/fixtures"
99
license = "MPL-2.0"
1010
authors = [

0 commit comments

Comments
 (0)