Skip to content

Commit bdaf4ef

Browse files
committed
bump version
1 parent ac5a35e commit bdaf4ef

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

HISTORY.md

+10
Original file line numberDiff line numberDiff line change
@@ -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+
111
0.6.3
212
==================
313

spirit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
from __future__ import unicode_literals
44

5-
__version__ = '0.6.4b'
5+
__version__ = '0.7.0'

0 commit comments

Comments
 (0)