diff --git a/HISTORY.md b/HISTORY.md index e99916e97..f0583b515 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,7 +1,10 @@ -0.11.0 +0.10.1 ================== -* +* Fixed `ST_ORDERED_CATEGORIES` generating migrations +* Fixed `LOGIN_URL` not being used in some places; + now it's uses everywhere +* UX: all lists rows in the admin section are now clickable 0.10.0 ================== diff --git a/spirit/__init__.py b/spirit/__init__.py index e1fbb4d63..c6e8e14cf 100644 --- a/spirit/__init__.py +++ b/spirit/__init__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = '0.11.0b' +__version__ = '0.10.1'