Skip to content

Commit

Permalink
Update: 升级版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
doraemonext committed Jun 1, 2015
1 parent 1d30e98 commit bf2632b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
ChangeLog
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

v0.5.8
^^^^^^^^^^^^^^^^^^^^^^^^^^^

* 增加了小视频消息类支持
* 修复了多层级XML解析问题

v0.5.7
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
# built documents.
#
# The short X.Y version.
version = '0.5.7'
version = '0.5.8'
# The full version, including alpha/beta/rc tags.
release = '0.5.7'
release = '0.5.8'

# 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 @@ -5,7 +5,7 @@

setup(
name='wechat-sdk',
version='0.5.7',
version='0.5.8',
keywords=('wechat', 'sdk', 'wechat sdk'),
description=u'微信公众平台Python开发包',
long_description=open("README.rst").read(),
Expand Down

0 comments on commit bf2632b

Please sign in to comment.