Skip to content

Commit 2fc0d5e

Browse files
committed
bump to v0.10.1
1 parent 9205094 commit 2fc0d5e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

HISTORY.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
0.11.0
1+
0.10.1
22
==================
33

4-
*
4+
* Fixed `ST_ORDERED_CATEGORIES` generating migrations
5+
* Fixed `LOGIN_URL` not being used in some places;
6+
now it's uses everywhere
7+
* UX: all lists rows in the admin section are now clickable
58

69
0.10.0
710
==================

spirit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '0.11.0b'
3+
__version__ = '0.10.1'

0 commit comments

Comments
 (0)