Skip to content

Commit bc8813b

Browse files
committed
Merge branch 'release/wechat-python-sdk-v0.3.6'
2 parents ba879b6 + 531d0ea commit bc8813b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
# built documents.
5050
#
5151
# The short X.Y version.
52-
version = '0.3.5'
52+
version = '0.3.6'
5353
# The full version, including alpha/beta/rc tags.
54-
release = '0.3.5'
54+
release = '0.3.6'
5555

5656
# The language for content autogenerated by Sphinx. Refer to documentation
5757
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name = 'wechat-sdk',
8-
version = '0.3.5',
8+
version = '0.3.6',
99
keywords = ('wechat', 'sdk', 'wechat sdk'),
1010
description = u'微信公众平台Python开发包',
1111
long_description = open("README.rst").read(),

wechat_sdk/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# -*- coding: utf-8 -*-
22

3-
from basic import WechatBasic
3+
from basic import WechatBasic
4+
from ext import WechatExt

0 commit comments

Comments
 (0)