Skip to content

Commit d3ce770

Browse files
committed
Release v2.0.0a0
# Added * Increased reproducibility of the project, by using `pip-compile` for the development dependencies (#28, small bugfix in #39) * Introduced @dependabot (part of #28) # Removed * Support for Python 3.6 & 3.7 (#23) # Improved * Migrate setup.py to pyproject.toml (#8) * Support for Python 3.12 (#3, "side effect" of #8) * Improved reliability of the `FixtureChecker` class (#29) * Minor CI + License updates (in 29f0c33, e0e529a, 8f56d1c) Signed-off-by: Stavros Ntentos <[email protected]>
1 parent 12e2d15 commit d3ce770

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,26 @@
22

33
## [Unreleased]
44

5+
## [2.0.0a0]
6+
57
### Added
68

7-
* Migrate setup.py to pyproject.toml (https://github.com/pylint-dev/pylint-pytest/pull/8)
8-
* Support for Python 3.12 (https://github.com/pylint-dev/pylint-pytest/issues/3,
9-
"side effect" of https://github.com/pylint-dev/pylint-pytest/pull/8)
9+
* Increased reproducibility of the project, by using `pip-compile` for the development dependencies
10+
(https://github.com/pylint-dev/pylint-pytest/pull/28, small bugfix in https://github.com/pylint-dev/pylint-pytest/pull/39)
11+
* Introduced @dependabot (part of https://github.com/pylint-dev/pylint-pytest/pull/28)
1012

1113
### Removed
1214

1315
* Support for Python 3.6 & 3.7 (https://github.com/pylint-dev/pylint-pytest/pull/23)
1416

17+
### Improved
18+
19+
* Migrate setup.py to pyproject.toml (https://github.com/pylint-dev/pylint-pytest/pull/8)
20+
* Support for Python 3.12 (https://github.com/pylint-dev/pylint-pytest/issues/3,
21+
"side effect" of https://github.com/pylint-dev/pylint-pytest/pull/8)
22+
* Improved reliability of the `FixtureChecker` class (https://github.com/pylint-dev/pylint-pytest/pull/29)
23+
* Minor CI + License updates (in 29f0c33, e0e529a, 8f56d1c)
24+
1525
## [1.1.7] - 2023-12-04
1626

1727
This is a small release to support additionally Pylint v3.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pylint-pytest"
7-
version = "2.0.0rc0"
7+
version = "2.0.0a0"
88
license = {file = "LICENSE"}
99
description = "A Pylint plugin to suppress pytest-related false positives."
1010

0 commit comments

Comments
 (0)