Skip to content

Commit

Permalink
Merge branch 'release/0.4.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffkit committed May 14, 2015
2 parents 90b1904 + 5ecccb4 commit 1294c98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions wechat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#encoding=utf-8
VERSION = "0.4.12"

VERSION = "0.4.13"
2 changes: 1 addition & 1 deletion wechat/official.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def move_user_to_group(self, user_id, group_id):
{'openid': user_id, 'to_groupid': group_id})

def create_menu(self, menus):
return self._post('menu/create', menus, ctype='text')
return self._post('menu/create', menus)

def get_menu(self):
return self._get('menu/get')
Expand Down

0 comments on commit 1294c98

Please sign in to comment.