From e19fac129de3514c5e73600f9a947b02e43cdbb8 Mon Sep 17 00:00:00 2001 From: Toomore Chiang Date: Sat, 31 Mar 2012 00:29:32 +0800 Subject: [PATCH 1/3] Start dev. --- README.rest | 4 ++-- grs/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rest b/README.rest index 5555c22..deab5ea 100644 --- a/README.rest +++ b/README.rest @@ -2,7 +2,7 @@ grs 台灣上市股票價格擷取 ============================ -.. image:: https://secure.travis-ci.org/toomore/grs.png +.. image:: https://secure.travis-ci.org/toomore/grs.png?branch=dev :target: http://travis-ci.org/toomore/grs 主要開發擷取台灣股市(TWSE)股價資料,資料來源 `證券交易所網站 `_ 。 @@ -12,7 +12,7 @@ grs 台灣上市股票價格擷取 ----------------------------- :Authors: Toomore Chiang -:Version: 0.1.0 of 2012/03/31 +:Version: 0.1.x of 2012/03/31 :Python Version: Python 2.6-2.7 ----------------------------- diff --git a/grs/__init__.py b/grs/__init__.py index 1be8989..b802964 100644 --- a/grs/__init__.py +++ b/grs/__init__.py @@ -21,7 +21,7 @@ # THE SOFTWARE. __title__ = 'grs' -__version__ = '0.1.0' +__version__ = '0.1.x' __author__ = 'Toomore Chiang' __license__ = 'MIT' __copyright__ = 'Copyright (C) 2012 Toomore Chiang' From 13a130b3bd26dadec01f3f7d003a9f35a66ddad9 Mon Sep 17 00:00:00 2001 From: Toomore Chiang Date: Sat, 31 Mar 2012 02:33:31 +0800 Subject: [PATCH 2/3] Tiny change. --- README.rest | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rest b/README.rest index deab5ea..1d9becc 100644 --- a/README.rest +++ b/README.rest @@ -26,7 +26,7 @@ Report Issue or get involved Web Demo ----------------------------- -- grs Online → http://heroku.toomore.net/grs/ +- grs Online → http://grs.herokuapp.com/ ----------------------------- Quick Start @@ -181,7 +181,7 @@ Quick Start c.lastmod # 前一個 14:30 日期時間(type: datetime) -判斷乖離轉折點:stock().ckMAO +判斷乖離轉折點:stock(no).ckMAO ==================================== 判斷乖離轉折點 diff --git a/setup.py b/setup.py index 1050274..b8dd498 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ keywords="stock taiwan taipei twse 台灣 股市 台北 即時", install_requires=[], classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Environment :: Console', 'Environment :: Web Environment', 'Intended Audience :: End Users/Desktop', From 1bf03513a3331877d24e2a0c1d0685a62566d00e Mon Sep 17 00:00:00 2001 From: Toomore Chiang Date: Sat, 31 Mar 2012 02:37:03 +0800 Subject: [PATCH 3/3] Prepare for 0.1.1 --- README.rest | 4 ++-- grs/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rest b/README.rest index 1d9becc..a7d846e 100644 --- a/README.rest +++ b/README.rest @@ -2,7 +2,7 @@ grs 台灣上市股票價格擷取 ============================ -.. image:: https://secure.travis-ci.org/toomore/grs.png?branch=dev +.. image:: https://secure.travis-ci.org/toomore/grs.png :target: http://travis-ci.org/toomore/grs 主要開發擷取台灣股市(TWSE)股價資料,資料來源 `證券交易所網站 `_ 。 @@ -12,7 +12,7 @@ grs 台灣上市股票價格擷取 ----------------------------- :Authors: Toomore Chiang -:Version: 0.1.x of 2012/03/31 +:Version: 0.1.1 of 2012/03/31 :Python Version: Python 2.6-2.7 ----------------------------- diff --git a/grs/__init__.py b/grs/__init__.py index b802964..a56db07 100644 --- a/grs/__init__.py +++ b/grs/__init__.py @@ -21,7 +21,7 @@ # THE SOFTWARE. __title__ = 'grs' -__version__ = '0.1.x' +__version__ = '0.1.1' __author__ = 'Toomore Chiang' __license__ = 'MIT' __copyright__ = 'Copyright (C) 2012 Toomore Chiang'