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 db63d03
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 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 db63d03

Please sign in to comment.