Skip to content

Commit

Permalink
Upgrade the changelog following release of 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 28, 2021
1 parent 391c8aa commit 15396a1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,25 @@ Pylint's ChangeLog

What's New in Pylint 2.8.0?
===========================
Release date: TBA

..
Put new features here

* Workflow and packaging improvements


What's New in Pylint 2.7.2?
What's New in Pylint 2.7.3?
===========================
Release date: TBA

..
Put bug fixes that will be cherry-picked to latest major version here


What's New in Pylint 2.7.2?
===========================
Release date: 2021-02-28

* Fix False Positive on `Enum.__members__.items()`, `Enum.__members__.values`, and `Enum.__members__.keys`
Closes #4123

Expand All @@ -24,6 +32,7 @@ What's New in Pylint 2.7.2?

What's New in Pylint 2.7.1?
===========================
Release date: 2021-02-23

* Expose `UnittestLinter` in pylint.testutils

Expand All @@ -34,7 +43,6 @@ What's New in Pylint 2.7.1?

What's New in Pylint 2.7.0?
===========================

Release date: 2021-02-21

* Introduce DeprecationMixin for reusable deprecation checks.
Expand Down
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
version += "-dev" + str(dev_version)

install_requires = [
"astroid>=2.5.1,<2.6",
"astroid>=2.5.1,<2.7",
"isort>=4.2.5,<6",
"mccabe>=0.6,<0.7",
"toml>=0.7.1",
Expand Down

0 comments on commit 15396a1

Please sign in to comment.