Skip to content

Commit

Permalink
Update: 更新版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
doraemonext committed Jul 24, 2016
1 parent 360cf0d commit 40a234a
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Ace Kwok / @doraemonext
@yxjsolid
@zxygentoo
@JohnnyZhao
@jiajunhuang
@svcvit
@mtunique
@lvxudong
Expand Down
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

.. image:: docs/docs/img/logo.png

当前最新版本:v0.6.3
当前最新版本:v0.6.3.1

wechat-python-sdk 希望能帮你解决微信公众平台开发中的种种不便,让你可以专注于业务逻辑本身,而不是浪费精力在与微信服务器复杂的交互中。

Expand Down Expand Up @@ -82,6 +82,11 @@ wechat-python-sdk 于 2016 年 2 月份进行了一次较大规模升级,升
ChangeLog
----------------------------

v0.6.3.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^

* 修正 Windows 下安装问题(感谢 `jiajunhuang <https://github.com/jiajunhuang>`_)

v0.6.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 0 additions & 2 deletions docs/docs/about/author.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## 个人资料

![file-list](/img/author.jpeg)

郭耀星,英文名 Ace Kwok,网名 Doraemonext,武汉大学软件工程专业 2013 级,将于 2017 年应届毕业。

* **Blog**: [http://www.doraemonext.com](http://www.doraemonext.com)
Expand Down
4 changes: 4 additions & 0 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ wechat-python-sdk 于 2016 年 2 月份进行了一次较大规模升级,升

## 更新历史

### v0.6.3.1

* 修正 Windows 下安装问题(感谢 [jiajunhuang](https://github.com/jiajunhuang))

### v0.6.3

* 增加了回复空消息的功能
Expand Down
2 changes: 1 addition & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ markdown_extensions:
permalink: True

extra:
'version': 'v0.6.3 (20160414)'
'version': 'v0.6.3.1 (20160725)'

pages:
- '首页': 'index.md'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='wechat-sdk',
version='0.6.3',
version='0.6.3.1',
keywords=('wechat', 'sdk', 'wechat sdk'),
description=u'微信公众平台Python开发包',
long_description=open("README.rst", encoding="utf-8").read(),
Expand Down
2 changes: 1 addition & 1 deletion wechat_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

__all__ = ['WechatConf', 'WechatBasic', 'WechatExt']

__version__ = "0.6.3"
__version__ = "0.6.3.1"

0 comments on commit 40a234a

Please sign in to comment.