Skip to content

Commit 55cd1df

Browse files
committed
Prepare v2.2.0 for release
1 parent 819052c commit 55cd1df

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

4+
## v2.2.0 - 2020/01/17
5+
6+
- Added compatibility with Django v3.0
7+
48
## v2.1.0 - 2019/08/11
59

610
- Added ability to automatically check for permissions in Drango Rest Framework

rules/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
always_allow, always_deny, is_authenticated,
55
is_superuser, is_staff, is_active, is_group_member)
66

7-
VERSION = (2, 1, 0, 'final', 1)
7+
VERSION = (2, 2, 0, 'final', 1)
88

99
default_app_config = 'rules.apps.RulesConfig'

0 commit comments

Comments
 (0)