Skip to content

Commit

Permalink
Merge branch 'release/v0.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
whtsky committed Feb 20, 2013
2 parents 0a64de1 + 823faf1 commit c98fc44
Show file tree
Hide file tree
Showing 5 changed files with 3,260 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -476,7 +476,7 @@ Changelog
Version 0.3.2
~~~~~~~~~~~~~~~~
+ Convert all arguments to unicode in Python 2 ( See issue `#1 <https://github.com/whtsky/WeRoBot/pull/1>`_ )

g
Version 0.3.1
~~~~~~~~~~~~~~~~
+ Add `server` param in werobot.run
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Expand Up @@ -20,9 +20,6 @@
packages=find_packages(),
description='WeRoBot: a robot framework for wechat',
long_description=open('docs/index.rst').read(),
install_requires=[
'bottle'
],
include_package_data=True,
license='MIT License',
classifiers=[
Expand Down
4 changes: 2 additions & 2 deletions werobot/__init__.py
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
__version__ = '0.3.1'
__version__ = '0.3.2'

from .robot import WeRoBot
from .robot import WeRoBot

0 comments on commit c98fc44

Please sign in to comment.