Skip to content

Commit

Permalink
Tiny changed in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
toomore committed Jan 1, 2014
1 parent f15464e commit 228babe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ grs 台灣上市股票價格擷取
-----------------------------

:Authors: Toomore Chiang
:Version: 0.4.0 of 2013/12/30
:Version: 0.4.1 of 2014/01/02
:Python Version: Python 2.7, PyPy

-----------------------------
Expand Down Expand Up @@ -277,6 +277,13 @@ Quick Start
Change Logs
-----------------------------

0.4.1 2014/01/02
====================================

- 修正:Countdown().countdown 秒數問題
- 新增:twse_no, twse_open, twse_realtime, countdown into unittest
- 移除:Support Python 2.6

0.4.0 2013/12/30
====================================

Expand Down
2 changes: 1 addition & 1 deletion grs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# THE SOFTWARE.

__title__ = 'grs'
__version__ = '0.4.0'
__version__ = '0.4.1'
__author__ = 'Toomore Chiang'
__license__ = 'MIT'
__copyright__ = 'Copyright (C) 2012, 2013, 2014 Toomore Chiang'
Expand Down

0 comments on commit 228babe

Please sign in to comment.