Skip to content

Commit

Permalink
release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tankywoo committed Mar 29, 2014
1 parent fa7941b commit cc8361a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.2.2 (2014-03-29)
===================

* Fixed #5 css path error when there is no wiki
* Fixed #6 ignore hidden dirs and files when use os.walk or os.listdir
* support table of contents(toc) both generator and default theme

v0.2.1 (2014-03-23)
===================

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Simiki 是一个用[Python](https://www.python.org/)写的简单的 wiki 框架,

## Quick Start ##

Version : `0.2.1`
Version : `0.2.2`

### 安装 ###

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setup(
name = "simiki",
version = "0.2.1",
version = "0.2.2",
url = "https://github.com/tankywoo/simiki",
author = "Tanky Woo",
author_email = "me@tankywoo.com",
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__ = "0.2.1"
__version__ = "0.2.2"

0 comments on commit cc8361a

Please sign in to comment.