Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shichao-an committed Apr 20, 2015
1 parent 5ad149a commit 399cdd0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

0.5.1 (2015-04-20)
------------------

- 115down: fixed sub-entry range parser to ordered list

0.5.0 (2015-04-12)
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

|Build| |PyPI version|

115 Wangpan (115网盘 or 115云) is an unofficial Python API for 115.com. Supported Python verisons are 2.6, 2.7 and 3.3.
115 Wangpan (115网盘 or 115云) is an unofficial Python API and SDK for 115.com. Supported Python verisons are 2.6, 2.7 and 3.3.

* Documentation: http://115wangpan.readthedocs.org
* GitHub: https://github.com/shichao-an/115wangpan
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.5.0'
version = '0.5.1'
# The full version, including alpha/beta/rc tags.
release = '0.5.0'
release = '0.5.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='115wangpan',
version='0.5.0',
version='0.5.1',
description="Unofficial Python API wrapper for 115.com",
long_description=open('README.rst').read(),
keywords='115 wangpan pan cloud lixian',
Expand Down
2 changes: 1 addition & 1 deletion u115/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# flake8: noqa
__version__ = '0.5.0'
__version__ = '0.5.1'
from u115.api import (API, Passport, RequestHandler, Request, Response,
RequestsLWPCookieJar, RequestsMozillaCookieJar,
Torrent, Task, TorrentFile, File, Directory,
Expand Down

0 comments on commit 399cdd0

Please sign in to comment.