Skip to content

Commit

Permalink
Merge pull request #162 from dfunckt/bump-version-to-3.2.0
Browse files Browse the repository at this point in the history
Prepare v3.2.0
  • Loading branch information
dfunckt authored Mar 2, 2022
2 parents d16356a + 5eed58d commit 1a29ed5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
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)

## v3.1.0 - 2021/12/22

- Added support for Django 4.0
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Table of Contents
Requirements
============

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

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

0 comments on commit 1a29ed5

Please sign in to comment.