]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/commitdiff
Bump to v1.1.0, update changelog (#26) v1.1.0
authorAndy Lu <andy@stitchdata.com>
Thu, 18 Feb 2021 18:09:02 +0000 (12:09 -0600)
committerGitHub <noreply@github.com>
Thu, 18 Feb 2021 18:09:02 +0000 (12:09 -0600)
CHANGELOG.md
setup.py

index 2d2e93f5821df6cf1cc3d8f73280fb5bcf4bdbec..531d4ccbc4ce2e77d8638ff12c9de9f34ff6bd20 100644 (file)
@@ -1,5 +1,8 @@
 # Changelog
 
+## 1.1.0
+  * Allow Google `numberTypes` and date-time types to fall back to a string schema [#25](https://github.com/singer-io/tap-google-sheets/pull/25)
+
 ## 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)
 
index f3fd2c343c76579a306dae31a280040604ae1c0a..94c7a639426dff914d1012cf1cd4d926c53e7843 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.4',
+      version='1.1.0',
       description='Singer.io tap for extracting data from the Google Sheets v4 API',
       author='jeff.huth@bytecode.io',
       classifiers=['Programming Language :: Python :: 3 :: Only'],