Skip to content

Commit ec0d090

Browse files
committed
Prepare v1.3.0 for release
1 parent 5bb7ed3 commit ec0d090

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.3.0 - 2017/12/13
5+
6+
- Added support for Django 2.0
7+
- Added support for Django 1.11 and Python 3.6
8+
- Dropped support for PyPy and PyPy3
9+
410
## v1.2.1 - 2017/05/13
511

612
- Reverted "Fixed undesired caching in `is_group_member` factory"

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

99
default_app_config = 'rules.apps.RulesConfig'

0 commit comments

Comments
 (0)