Skip to content

Commit f14741f

Browse files
authored
Merge pull request #16 from EasyPost/next
bump pystalk to v0.7.0
2 parents af5a683 + 4e9cea0 commit f14741f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/CHANGES.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ pystalk ChangeLog
33
#################
44

55
=====
6-
NEXT
7-
======
6+
0.7.0
7+
=====
88
* Drop support for Python < 3.6
99
* Add `pystalk.pool.ProductionPool`
1010
* Add some `typing` annotations

pystalk/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .client import BeanstalkClient, BeanstalkError
22
from .pool import ProductionPool
33

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name="pystalk",
18-
version="0.6.1",
18+
version="0.7.0",
1919
author="EasyPost",
2020
author_email="[email protected]",
2121
url="https://github.com/easypost/pystalk",

0 commit comments

Comments
 (0)