Skip to content

Commit 3258e47

Browse files
committed
Prepare v2.1.0 for release
1 parent e1da97e commit 3258e47

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

4+
## v2.1.0 - 2019/08/11
5+
6+
- Added ability to automatically check for permissions in Drango Rest Framework
7+
viewsets.
8+
- Added ability to automatically check for permissions in Drango class-based
9+
views.
10+
- Added ability to automatically register permissions for models.
11+
- Added shim for "six" in anticipation for Django 3.0 dropping support for
12+
Python 2 and removing "six" from its codebase.
13+
414
## v2.0.1 - 2018/12/07
515

616
- Fixed issue with using ``rules`` in ``CreateView`` CBV

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, 0, 1, 'final', 1)
7+
VERSION = (2, 1, 0, 'final', 1)
88

99
default_app_config = 'rules.apps.RulesConfig'

0 commit comments

Comments
 (0)