We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5a35e commit bdaf4efCopy full SHA for bdaf4ef
HISTORY.md
@@ -1,3 +1,13 @@
1
+0.7.0
2
+==================
3
+
4
+* Breakig change: usernames are now case-insensitive,
5
+ set `ST_CASE_INSENSITIVE_USERNAMES = False` to
6
+ disable this feature. Disabling it is likely
7
+ required for existing instances of Spirit due
8
+ to clashing usernames
9
+* New: case insensitive usernames
10
11
0.6.3
12
==================
13
spirit/__init__.py
@@ -2,4 +2,4 @@
from __future__ import unicode_literals
-__version__ = '0.6.4b'
+__version__ = '0.7.0'
0 commit comments