Skip to content

Commit

Permalink
Bump version: 1.8.15 → 1.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Nov 9, 2021
1 parent 6dae896 commit 451866e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
files = setup.py wechatpy/__init__.py
commit = True
tag = True
current_version = 1.8.15

current_version = 1.8.16
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run_tests(self):

setup(
name='wechatpy',
version='1.8.15',
version='1.8.16',
author='messense',
author_email='messense@icloud.com',
url='https://github.com/jxtech/wechatpy',
Expand Down
2 changes: 1 addition & 1 deletion wechatpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from wechatpy.pay import WeChatPay # NOQA
from wechatpy.replies import create_reply # NOQA

__version__ = '1.8.15'
__version__ = '1.8.16'
__author__ = 'messense'

# Set default logging handler to avoid "No handler found" warnings.
Expand Down

0 comments on commit 451866e

Please sign in to comment.