Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Dec 18, 2018
1 parent ac5a35e commit bdaf4ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.7.0
==================

* Breakig change: usernames are now case-insensitive,
set `ST_CASE_INSENSITIVE_USERNAMES = False` to
disable this feature. Disabling it is likely
required for existing instances of Spirit due
to clashing usernames
* New: case insensitive usernames

0.6.3
==================

Expand Down
2 changes: 1 addition & 1 deletion spirit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from __future__ import unicode_literals

__version__ = '0.6.4b'
__version__ = '0.7.0'

0 comments on commit bdaf4ef

Please sign in to comment.