Skip to content

Commit 3988a41

Browse files
committed
updated to 0.8.5
1 parent c0a0b9c commit 3988a41

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

HISTORY.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,22 @@ Release History
6464

6565

6666
0.5.1 (2013-12-8)
67-
++++++++++++++++++
67+
+++++++++++++++++
6868
- 添加豆瓣ApiOAuth2
6969

7070

7171
0.5.0 (2013-12-8)
72-
++++++++++++++++++
72+
+++++++++++++++++
7373
- 添加新浪微博、腾讯微博、人人的ApiOAuth2
7474
- 添加淘宝ApiOAuth
7575

7676

7777
0.4.2 (2013-12-7)
78-
++++++++++++++++++
78+
+++++++++++++++++
7979
- 移除packages
8080

8181
0.4.0 (2013-12-7)
82-
++++++++++++++++++
82+
+++++++++++++++++
8383

8484
- 添加Token,App等models,并添加测试
8585
- 添加ApiClientBase
@@ -89,7 +89,7 @@ Release History
8989

9090

9191
0.3.1 (2013-12-3)
92-
++++++++++++++++++
92+
+++++++++++++++++
9393

9494
- 提取共用模块jsonDict,并增加测试
9595

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ChinaAPI
2-
=========================
2+
========
33

44
.. image:: https://travis-ci.org/smallcode/ChinaAPI.png
55
:target: https://travis-ci.org/smallcode/ChinaAPI
@@ -16,7 +16,7 @@ ChinaAPI是一个API库,使用Python编写。
1616
ChinaAPI就是为此目的而存在。
1717

1818
安装
19-
----
19+
---
2020
项目地址:https://github.com/smallcode/ChinaAPI
2121

2222
最简单的安装方法:
@@ -30,7 +30,7 @@ ChinaAPI就是为此目的而存在。
3030
----
3131

3232
新浪微博API:
33-
------------
33+
--------
3434

3535
Client使用方法:
3636

@@ -103,7 +103,7 @@ OAuth2调用规则:**斜杠(/)映射为点(.)**
103103
----
104104

105105
淘宝API:
106-
------------
106+
------
107107

108108

109109
使用示例:
@@ -141,7 +141,7 @@ OAuth2调用规则:**斜杠(/)映射为点(.)**
141141
----
142142

143143
腾讯微博API:
144-
------------
144+
--------
145145

146146
使用方法:
147147

@@ -191,7 +191,7 @@ OAuth2调用规则:**斜杠(/)映射为点(.)**
191191
----
192192

193193
人人API:
194-
------------
194+
------
195195

196196
使用方法:
197197

@@ -228,12 +228,12 @@ OAuth2调用规则:**斜杠(/)映射为点(.)**
228228
----
229229

230230
TODO:
231-
-----------------------------------
231+
-----
232232

233233
- 添加OAuth2说明
234234

235235
感谢以下Python SDK的开发者们的贡献:
236-
-----------------------------------
236+
-----------------------
237237

238238
- 新浪微博:`sinaweibopy`_
239239
- 腾讯微博:`tweibo`_

chinaapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33

44
__title__ = 'chinaapi'
5-
__version__ = '0.8.3'
5+
__version__ = '0.8.5'
66
__author__ = 'smallcode ([email protected])'
77
__license__ = 'Apache 2.0'

0 commit comments

Comments
 (0)