]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/commitdiff
Bump 1.0.2 (#14) v1.0.2
authorcosimon <cosimon@users.noreply.github.com>
Fri, 17 Apr 2020 13:41:14 +0000 (09:41 -0400)
committerGitHub <noreply@github.com>
Fri, 17 Apr 2020 13:41:14 +0000 (09:41 -0400)
CHANGELOG.md
setup.py

index 2f2993730d8ea67f59e2db90988f1f8b52bcb8c5..fb38c2c4077cfb5269fc4f65ca648b4f271e9384 100644 (file)
@@ -1,5 +1,8 @@
 # Changelog
 
+## 1.0.2
+  * Skip sheets for which we fail to generate a schema
+
 ## 1.0.1
   * Emit state file for incremental sync where bookmark not exceeded.
 
index 0582e1e08c8d953cc77a109f7f656e4a86ca083d..49c3e3ec63893020e69cd884c72ed324fdb72716 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from setuptools import setup, find_packages
 
 setup(name='tap-google-sheets',
-      version='1.0.1',
+      version='1.0.2',
       description='Singer.io tap for extracting data from the Google Sheets v4 API',
       author='jeff.huth@bytecode.io',
       classifiers=['Programming Language :: Python :: 3 :: Only'],