Skip to content

Commit

Permalink
bump underlying sailthru-client to 2.3.3 (details below)
Browse files Browse the repository at this point in the history
Changes:
 - new schedule_time param on multi_send()
 - adds stats_send()
 - adds receive_update_post()
 - minor better error handling
  • Loading branch information
elidickinson committed Oct 31, 2017
1 parent f73ae21 commit 854aee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
zip_safe=False,
packages=['dive_sailthru_client'],
install_requires=[
'sailthru-client==2.3.1',
'sailthru-client==2.3.3',
],
test_suite='nose.collector',
tests_require=['nose', 'mock']
Expand Down

0 comments on commit 854aee4

Please sign in to comment.