Skip to content

Commit

Permalink
Prepared for v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shichao-an committed May 18, 2015
1 parent 6451a7f commit 3a6f198
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.6.0 (2015-05-17)
------------------

- Deprecated ``auto_logout`` argument
- Added cookies support to CLI commands

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

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.1'
version = '0.6.0'
# The full version, including alpha/beta/rc tags.
release = '0.5.1'
release = '0.6.0'

# 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.1',
version='0.6.0',
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.1'
__version__ = '0.6.0'
from u115.api import (API, Passport, RequestHandler, Request, Response,
RequestsLWPCookieJar, RequestsMozillaCookieJar,
Torrent, Task, TorrentFile, File, Directory,
Expand Down

0 comments on commit 3a6f198

Please sign in to comment.