From 43a24cbab1dbc35b893c35b86e34adc0f2fb84e7 Mon Sep 17 00:00:00 2001 From: Jeff Huth <39202799+jeffhuth-bytecode@users.noreply.github.com> Date: Thu, 9 Jan 2020 07:30:53 -0800 Subject: v.0.0.3 Sync error handling, activate version, documentation (#2) * v.0.0.2 schema and sync changes Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py * v.0.0.3 Sync activate version and error handling Update README.md documentation. Improved logging and handling of errors and warnings. Better null handling in Discovery and Sync. Fix issues with activate version messages. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6fe2493..80c2c10 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='tap-google-sheets', - version='0.0.2', + version='0.0.3', description='Singer.io tap for extracting data from the Google Sheets v4 API', author='jeff.huth@bytecode.io', classifiers=['Programming Language :: Python :: 3 :: Only'], @@ -11,7 +11,7 @@ setup(name='tap-google-sheets', install_requires=[ 'backoff==1.8.0', 'requests==2.22.0', - 'singer-python==5.8.1' + 'singer-python==5.9.0' ], entry_points=''' [console_scripts] -- cgit v1.2.3