From 228babe3c420514d222a439b3c01d823b7e3dc8a Mon Sep 17 00:00:00 2001 From: Toomore Chiang Date: Wed, 1 Jan 2014 16:45:16 +0000 Subject: [PATCH] Tiny changed in README. --- README.rst | 9 ++++++++- grs/__init__.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 38c666e..92fdda8 100644 --- a/README.rst +++ b/README.rst @@ -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 ----------------------------- @@ -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 ==================================== diff --git a/grs/__init__.py b/grs/__init__.py index 7351bb6..ebf458e 100644 --- a/grs/__init__.py +++ b/grs/__init__.py @@ -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'