Skip to content

Commit

Permalink
bump to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roguelazer committed Dec 6, 2017
1 parent 4d53e3a commit 7a3292f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/source/CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pystalk ChangeLog
#################

=====
NEXT
0.4.0
=====
* Add :py:func:`pystalk.client.BeanstalkClient.peek_ready_iter` mirroring `peek_delayed_iter` and `peek_buried_iter`
* Add :py:func:`pystalk.client.BeanstalkClient.kick_job` to kick a single job by ID
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, 1)
version_info = (0, 4, 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 @@ -9,7 +9,7 @@

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

0 comments on commit 7a3292f

Please sign in to comment.