Skip to content

Commit

Permalink
fix bug data migration permission
Browse files Browse the repository at this point in the history
  • Loading branch information
avelino committed Dec 30, 2014
1 parent 1855926 commit 5d8bb69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog
=========

0.2.10.1
========
* Hot fix opps.core.permissions data migration if not installed opps.contrib.multisite, #402

0.2.10
======
* opps.search.views now provides a basic view for haystack.
Expand Down
2 changes: 1 addition & 1 deletion opps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

pkg_resources.declare_namespace(__name__)

VERSION = (0, 2, 10)
VERSION = (0, 2, 10, 1)
__version__ = ".".join(map(str, VERSION))
__status__ = "Development"
__description__ = u"Open Source Content Management Platform - CMS for the "
Expand Down

0 comments on commit 5d8bb69

Please sign in to comment.