Skip to content

Commit

Permalink
Prepare v2.2.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfunckt committed Jan 17, 2020
1 parent 819052c commit 55cd1df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

## v2.2.0 - 2020/01/17

- Added compatibility with Django v3.0

## v2.1.0 - 2019/08/11

- Added ability to automatically check for permissions in Drango Rest Framework
Expand Down
2 changes: 1 addition & 1 deletion rules/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
always_allow, always_deny, is_authenticated,
is_superuser, is_staff, is_active, is_group_member)

VERSION = (2, 1, 0, 'final', 1)
VERSION = (2, 2, 0, 'final', 1)

default_app_config = 'rules.apps.RulesConfig'

0 comments on commit 55cd1df

Please sign in to comment.