Skip to content

Commit 52ece8e

Browse files
authored
Merge pull request #163 from dfunckt/dfunckt-patch-1
Fix incorrect Django versions mentioned in CHANGELOG
2 parents 1a29ed5 + c85faca commit 52ece8e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
Changelog
22
=========
33

4+
## v3.2.1 - 2022/03/02
5+
6+
- Fix incorrect Django versions mentioned in CHANGELOG
7+
48
## v3.2.0 - 2022/03/02
59

610
- Added support for Python 3.10
711
- Dropped support for Python 3.6 (EOL)
8-
- Dropped support for Django 3.1 and 3.2 (EOL)
12+
- Dropped support for Django 3.0 and 3.1 (EOL)
913

1014
## v3.1.0 - 2021/12/22
1115

rules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
test_rule,
2222
)
2323

24-
VERSION = (3, 2, 0, "final", 1)
24+
VERSION = (3, 2, 1, "final", 1)

0 commit comments

Comments
 (0)