Skip to content

Commit

Permalink
bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Aug 22, 2017
1 parent 2527f04 commit 13ce8ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/source/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
pystalk ChangeLog
#################

======
0.3.1
======
* Fix crash when setting `socket_timeout` to `None`

======
0.3.0
======
Expand Down
2 changes: 1 addition & 1 deletion pystalk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .client import BeanstalkClient, BeanstalkError

version_info = (0, 3, 0)
version_info = (0, 3, 1)
__version__ = '.'.join(str(s) for s in version_info)
__author__ = 'EasyPost <oss@easypost.com>'

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="pystalk",
version="0.3.0",
version="0.3.1",
author="EasyPost",
author_email="oss@easypost.com",
url="https://github.com/easypost/pystalk",
Expand Down

0 comments on commit 13ce8ac

Please sign in to comment.