Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Jan 12, 2015
1 parent 6789dd9 commit 736b562
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,11 @@
Changelog
=========

0.3.3 (2015-01-13)
------------------
- 修复扇贝改版导致"无法获取组员用户名导致发送短信失败"的问题
- 修复扇贝改版导致"无法成功踢人"的问题

0.3.2 (2014-08-22)
------------------
- 小组管理页面改版
Expand Down
2 changes: 1 addition & 1 deletion shanbay/__init__.py
Expand Up @@ -6,7 +6,7 @@
"""Python API for shanbay.com"""

__title__ = 'shanbay'
__version__ = '0.3.2'
__version__ = '0.3.3'
__author__ = 'mozillazg'
__email__ = 'mozillazg101@gmail.com'
__license__ = 'MIT'
Expand Down

0 comments on commit 736b562

Please sign in to comment.