Skip to content

Commit 1a29ed5

Browse files
authored
Merge pull request #162 from dfunckt/bump-version-to-3.2.0
Prepare v3.2.0
2 parents d16356a + 5eed58d commit 1a29ed5

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
## v3.2.0 - 2022/03/02
5+
6+
- Added support for Python 3.10
7+
- Dropped support for Python 3.6 (EOL)
8+
- Dropped support for Django 3.1 and 3.2 (EOL)
9+
410
## v3.1.0 - 2021/12/22
511

612
- Added support for Django 4.0

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Table of Contents
8484
Requirements
8585
============
8686

87-
``rules`` requires Python 3.6 or newer. The last version to support Python 2.7
87+
``rules`` requires Python 3.7 or newer. The last version to support Python 2.7
8888
is ``rules`` 2.2. It can optionally integrate with Django, in which case
8989
requires Django 2.2 or newer.
9090

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, 1, 0, "final", 1)
24+
VERSION = (3, 2, 0, "final", 1)

0 commit comments

Comments
 (0)