Skip to content

Commit e00153e

Browse files
committed
Prepare v1.4.0 for release
1 parent 24e04ed commit e00153e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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+
## v1.4.0 - 2018/07/21
5+
6+
- Fixed masking AttributeErrors raised from CBV get_object
7+
- Fixed compatibility with `inspect` in newer Python 3 versions
8+
- Added ability to replace rules and permissions
9+
410
## v1.3.0 - 2017/12/13
511

612
- Added support for Django 2.0

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

99
default_app_config = 'rules.apps.RulesConfig'

0 commit comments

Comments
 (0)