Skip to content

Release v6.1.1 #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Jul 5, 2013
Merged
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ before_script:
- export QINIU_TEST_DOMAIN="pysdk.qiniudn.com"
- export PYTHONPATH="$PYTHONPATH:."
script:
- nosetests --with-coverage --cover-package=qiniu
- python docs/demo.py
- python setup.py nosetests
- python docs/gist/demo.py
- python docs/gist/conf.py
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## CHANGE LOG

### v6.1.1

2013-07-05 issue [#60](https://github.com/qiniu/python-sdk/pull/60)

- 整理文档


### v6.1.0

2013-07-03 issue [#58](https://github.com/qiniu/python-sdk/pull/58)
Expand Down
508 changes: 340 additions & 168 deletions docs/README.gist.md

Large diffs are not rendered by default.

Loading