Skip to content

Commit 13ce8ac

Browse files
committed
bump version to 0.3.1
1 parent 2527f04 commit 13ce8ac

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

docs/source/CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
pystalk ChangeLog
33
#################
44

5+
======
6+
0.3.1
7+
======
8+
* Fix crash when setting `socket_timeout` to `None`
9+
510
======
611
0.3.0
712
======

pystalk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from .client import BeanstalkClient, BeanstalkError
22

3-
version_info = (0, 3, 0)
3+
version_info = (0, 3, 1)
44
__version__ = '.'.join(str(s) for s in version_info)
55
__author__ = 'EasyPost <[email protected]>'
66

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="pystalk",
12-
version="0.3.0",
12+
version="0.3.1",
1313
author="EasyPost",
1414
author_email="[email protected]",
1515
url="https://github.com/easypost/pystalk",

0 commit comments

Comments
 (0)