summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDjLegolas <DjLegolas@users.noreply.github.com>2023-01-28 13:57:13 -0800
committerDjLegolas <djlegolas@protonmail.com>2023-01-29 00:02:07 +0200
commit4d37c4281b5bfb57088b458642bda6804a88e6ad (patch)
tree450f2be22449a576b075c7ae806b6737d7c6f7cd
parente44834b7b294701f596c9118d6c370f86671a50d (diff)
downloadisort-4d37c4281b5bfb57088b458642bda6804a88e6ad.tar.gz
Fix year of version 5.12.0 in CHANGELOG.md
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d6ebef5..675902fc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ Changelog
NOTE: isort follows the [semver](https://semver.org/) versioning standard.
Find out more about isort's release policy [here](https://pycqa.github.io/isort/docs/major_releases/release_policy).
-### 5.12.0 January 28 2022
+### 5.12.0 January 28 2023
- Removed support for Python 3.7
- Fixed incompatiblity with latest poetry version