Skip to content

Commit

Permalink
Release version 0.1.2 .
Browse files Browse the repository at this point in the history
  • Loading branch information
justdoit0823 committed Feb 2, 2018
1 parent 9a0f6c2 commit 33205d2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changes
=======

0.1.2 (2018-02-02)
-------------------

* Add WeChat API http response code validation.

* Enhance FileMessage and unify message's attribute type.

* Unify code denomination.


0.1.1 (2017-12-13)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pywxclient/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

"""pywxclient package module."""

__version__ = '0.1.1'
__version__ = '0.1.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand

version = '0.1.1'
version = '0.1.2'


class PyTest(TestCommand):
Expand Down

0 comments on commit 33205d2

Please sign in to comment.