Skip to content

Commit

Permalink
new release
Browse files Browse the repository at this point in the history
  • Loading branch information
nitely committed Apr 20, 2019
1 parent f4c9efe commit d0b2997
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion HISTORY.md
@@ -1,8 +1,19 @@
0.7.1 (unreleased)
0.7.2 (dev)
==================

* ...

0.7.1
==================

* Add math support (disabled by default, see doc's settings section)
* Add sortable categories (disabed by default, see doc's settings section).
Thanks to @andreynovikov
* Update `mistune` and `Pillow` dependencies
* Remove `uni-slugify` and `Unidecode` dependencies
* Python and Django warnings are enabled for new projects.
The change is in manage.py
* Fix strike-through style

0.7.0
==================
Expand Down
2 changes: 1 addition & 1 deletion spirit/__init__.py
Expand Up @@ -2,4 +2,4 @@

from __future__ import unicode_literals

__version__ = '0.7.1b'
__version__ = '0.7.1'

0 comments on commit d0b2997

Please sign in to comment.