Skip to content

Commit

Permalink
create new README for pip and update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelliao committed Feb 5, 2013
1 parent d4b4573 commit 7726cf9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ Version 1.0.8 released 2012-12-02
Version 1.0.9 released 2012-12-14

* Add in-site app support.

Version 1.1.0 released 2013-02-05

* Update docs.
15 changes: 15 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Sina Weibo OAuth 2 API Python SDK

This software is a 100% pure Python interface to Sina Weibo API which provides OAuth2.0 authentication and API calling wrapper.

You can find docs and source code at:

http://michaelliao.github.com/sinaweibopy/

Developed and mantained by Michael Liao. Please feel free to report bugs and your suggestions at:

https://github.com/michaelliao/sinaweibopy

For more information, please refer to the wiki:

https://github.com/michaelliao/sinaweibopy/wiki/OAuth2-HOWTO
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
kw = dict(
name = 'sinaweibopy',
version = weibo.__version__,
description = 'Sina Weibo OAuth2 API Python SDK',
description = 'Sina Weibo OAuth 2 API Python SDK',
long_description = open('README', 'r').read(),
author = 'Michael Liao',
author_email = '[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion weibo.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

__version__ = '1.0.9'
__version__ = '1.1.0'
__author__ = 'Liao Xuefeng ([email protected])'

'''
Expand Down

0 comments on commit 7726cf9

Please sign in to comment.