Skip to content

Commit

Permalink
Release 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
kfdm committed Aug 28, 2018
1 parent a0a69c7 commit 5ae26dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.29 - 2018-08-28

* [IMPROVEMENT] Implement Django permissions for Rule editor #96

This first version implements permissions primarily for common, shared
rules to reduce the chance of accidentally modifying the parent rule.
In the future, permissions will be applied to more objects. Migrations
will automatically create a Default group in the Django admin.

## v0.28 - 2018-08-01

* [CHANGE] Update to Django 2.0 #82
Expand Down
2 changes: 1 addition & 1 deletion promgen/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.29.dev'
__version__ = '0.29'

0 comments on commit 5ae26dd

Please sign in to comment.