Skip to content

Commit

Permalink
Merge pull request #163 from dfunckt/dfunckt-patch-1
Browse files Browse the repository at this point in the history
Fix incorrect Django versions mentioned in CHANGELOG
  • Loading branch information
dfunckt authored Mar 2, 2022
2 parents 1a29ed5 + c85faca commit 52ece8e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
Changelog
=========

## v3.2.1 - 2022/03/02

- Fix incorrect Django versions mentioned in CHANGELOG

## v3.2.0 - 2022/03/02

- Added support for Python 3.10
- Dropped support for Python 3.6 (EOL)
- Dropped support for Django 3.1 and 3.2 (EOL)
- Dropped support for Django 3.0 and 3.1 (EOL)

## v3.1.0 - 2021/12/22

Expand Down
2 changes: 1 addition & 1 deletion rules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
test_rule,
)

VERSION = (3, 2, 0, "final", 1)
VERSION = (3, 2, 1, "final", 1)

0 comments on commit 52ece8e

Please sign in to comment.