Skip to content

Commit

Permalink
Merge pull request #16 from EasyPost/next
Browse files Browse the repository at this point in the history
bump pystalk to v0.7.0
  • Loading branch information
Roguelazer authored Aug 24, 2022
2 parents af5a683 + 4e9cea0 commit f14741f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ pystalk ChangeLog
#################

=====
NEXT
======
0.7.0
=====
* Drop support for Python < 3.6
* Add `pystalk.pool.ProductionPool`
* Add some `typing` annotations
Expand Down
2 changes: 1 addition & 1 deletion pystalk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .client import BeanstalkClient, BeanstalkError
from .pool import ProductionPool

version_info = (0, 6, 1)
version_info = (0, 7, 0)
__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 @@ -15,7 +15,7 @@

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

0 comments on commit f14741f

Please sign in to comment.