Skip to content

Commit

Permalink
Bumping version of singer-python dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick McCoy committed Jan 3, 2018
1 parent 07a7c7d commit 1e990a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.3.5
* Bumps the dependency singer-python's version to 5.0.4

## 1.3.4
* Fixes a bug where bookmark state would not get set after resuming a PK Chunked Bulk Sync [#24](https://github.com/singer-io/tap-salesforce/pull/24)

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
from setuptools import setup

setup(name='tap-salesforce',
version='1.3.4',
version='1.3.5',
description='Singer.io tap for extracting data from the Salesforce API',
author='Stitch',
url='https://singer.io',
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_salesforce'],
install_requires=[
'requests==2.12.4',
'singer-python==5.0.0',
'singer-python==5.0.4',
'xmltodict==0.11.0'
],
entry_points='''
Expand Down

0 comments on commit 1e990a7

Please sign in to comment.