Skip to content

Commit bed841a

Browse files
committed
Merge pull request #60 from qiniu/develop
Release v6.1.1
2 parents 7ea957a + 36078b2 commit bed841a

File tree

9 files changed

+823
-418
lines changed

9 files changed

+823
-418
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ before_script:
1111
- export QINIU_TEST_DOMAIN="pysdk.qiniudn.com"
1212
- export PYTHONPATH="$PYTHONPATH:."
1313
script:
14-
- nosetests --with-coverage --cover-package=qiniu
15-
- python docs/demo.py
14+
- python setup.py nosetests
15+
- python docs/gist/demo.py
1616
- python docs/gist/conf.py

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## CHANGE LOG
22

3+
### v6.1.1
4+
5+
2013-07-05 issue [#60](https://github.com/qiniu/python-sdk/pull/60)
6+
7+
- 整理文档
8+
9+
310
### v6.1.0
411

512
2013-07-03 issue [#58](https://github.com/qiniu/python-sdk/pull/58)

docs/README.gist.md

Lines changed: 340 additions & 168 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)