Skip to content

Commit

Permalink
Prepare v1.3.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfunckt committed Dec 12, 2017
1 parent 5bb7ed3 commit ec0d090
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

## v1.3.0 - 2017/12/13

- Added support for Django 2.0
- Added support for Django 1.11 and Python 3.6
- Dropped support for PyPy and PyPy3

## v1.2.1 - 2017/05/13

- Reverted "Fixed undesired caching in `is_group_member` factory"
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 = (1, 2, 1, 'final', 1)
VERSION = (1, 3, 0, 'final', 1)

default_app_config = 'rules.apps.RulesConfig'

0 comments on commit ec0d090

Please sign in to comment.