Skip to content

Commit

Permalink
Release v1.1
Browse files Browse the repository at this point in the history
* Template support multiple level catalog in Index
* Sort index structure in lower-case, alphabetical order
* Fix error on nav in wiki page
* Fix unicode in emptytree
* Fix #16 set literals not support in Python < 2.7
  • Loading branch information
tankywoo committed Jul 4, 2014
1 parent c83131c commit d9e683a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.1 (2014-07-04)
===================

* Template support multiple level catalog in Index
* Sort index structure in lower-case, alphabetical order
* Fix error on nav in wiki page
* Fix unicode in emptytree
* Fix #16 set literals not support in Python < 2.7


v1.0.3 (2014-06-10)
===================

Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
include README.md
include CHANGELOG.rst
include LICENSE
include requirements.txt
include dev_requirements.txt
recursive-include simiki *.html *.css *.in *.md *.py
2 changes: 1 addition & 1 deletion simiki/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = "1.0.3"
__version__ = "1.1"

0 comments on commit d9e683a

Please sign in to comment.