]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/commitdiff
bump to 1.0.4 v1.0.4
authorKyle Allan <kyle@stitchdata.com>
Wed, 15 Jul 2020 14:00:01 +0000 (14:00 +0000)
committerKyle Allan <kyle@stitchdata.com>
Wed, 15 Jul 2020 14:00:01 +0000 (14:00 +0000)
CHANGELOG.md
setup.py

index 08c4751f3e1d69e8a3486252cbb30afd9d127687..2d2e93f5821df6cf1cc3d8f73280fb5bcf4bdbec 100644 (file)
@@ -1,5 +1,8 @@
 # Changelog
 
+## 1.0.4
+  * Return an empty list when we retrieve cells that return no values [#17](https://github.com/singer-io/tap-google-sheets/pull/17)
+
 ## 1.0.3
   * Fix issues: slashes `/` in sheet name 404 error; Discovery malformed sheet error when 2nd row final column value(s) are `NULL`.
 
index ec63fdf5016d2531bd4874d5b16bbf5dc112c247..f3fd2c343c76579a306dae31a280040604ae1c0a 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.3',
+      version='1.0.4',
       description='Singer.io tap for extracting data from the Google Sheets v4 API',
       author='jeff.huth@bytecode.io',
       classifiers=['Programming Language :: Python :: 3 :: Only'],