Skip to content

Commit

Permalink
Release v2.0.0a0
Browse files Browse the repository at this point in the history
# Added

* Migrate setup.py to pyproject.toml (#8)
* Support for Python 3.12 (#3,
  "side effect" of #8)
* Introduced @dependabot (part of #28)
* Improved reliability of the `FixtureChecker` class (#29)

# Removed

* Support for Python 3.6 & 3.7 (#23)

# Improved

* Increased reproducibility of the project, by using `pip-compile` for the development dependencies
  (#28, small bugfix in #39)
* Minor CI + License updates (in 29f0c33, e0e529a, 8f56d1c)

Signed-off-by: Stavros Ntentos <[email protected]>
  • Loading branch information
stdedos committed Feb 2, 2024
1 parent 12e2d15 commit a72b887
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@
* Migrate setup.py to pyproject.toml (https://github.com/pylint-dev/pylint-pytest/pull/8)
* Support for Python 3.12 (https://github.com/pylint-dev/pylint-pytest/issues/3,
"side effect" of https://github.com/pylint-dev/pylint-pytest/pull/8)
* Introduced @dependabot (part of https://github.com/pylint-dev/pylint-pytest/pull/28)
* Improved reliability of the `FixtureChecker` class (https://github.com/pylint-dev/pylint-pytest/pull/29)

### Removed

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

### Improved

* Increased reproducibility of the project, by using `pip-compile` for the development dependencies
(https://github.com/pylint-dev/pylint-pytest/pull/28, small bugfix in https://github.com/pylint-dev/pylint-pytest/pull/39)
* Minor CI + License updates (in 29f0c33, e0e529a, 8f56d1c)

## [1.1.7] - 2023-12-04

This is a small release to support additionally Pylint v3.
Expand Down
2 changes: 1 addition & 1 deletion 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 = "pylint-pytest"
version = "2.0.0rc0"
version = "2.0.0a0"
license = {file = "LICENSE"}
description = "A Pylint plugin to suppress pytest-related false positives."

Expand Down

0 comments on commit a72b887

Please sign in to comment.