Skip to content

Commit

Permalink
Prepare v1.2.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfunckt committed May 13, 2017
1 parent 9df4825 commit 7688fda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,9 @@ Managing the permissions rule set
Changelog
=========

``v1.2.1`` - 2017/05/13
- Reverted "Fixed undesired caching in `is_group_member` factory"

``v1.2.0`` - 2016/12/18
- Added logging to predicates
- Added support for Django 1.10
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, 0, 'final', 1)
VERSION = (1, 2, 1, 'final', 1)

default_app_config = 'rules.apps.RulesConfig'

0 comments on commit 7688fda

Please sign in to comment.