diff options
author | Andy Lu <andy@stitchdata.com> | 2021-02-18 12:09:02 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 12:09:02 -0600 |
commit | 0a0f2e89de6cde25ba6ef104c64e30f92091e007 (patch) | |
tree | 33b4c0cfdfe606fcfcec755824212857277b3e23 | |
parent | 80f97522abf03503586419b9ebd2aae4213f8f50 (diff) | |
download | tap-google-sheets-0a0f2e89de6cde25ba6ef104c64e30f92091e007.tar.gz tap-google-sheets-0a0f2e89de6cde25ba6ef104c64e30f92091e007.tar.zst tap-google-sheets-0a0f2e89de6cde25ba6ef104c64e30f92091e007.zip |
Bump to v1.1.0, update changelog (#26)v1.1.0
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d2e93f..531d4cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -1,5 +1,8 @@ | |||
1 | # Changelog | 1 | # Changelog |
2 | 2 | ||
3 | ## 1.1.0 | ||
4 | * 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) | ||
5 | |||
3 | ## 1.0.4 | 6 | ## 1.0.4 |
4 | * Return an empty list when we retrieve cells that return no values [#17](https://github.com/singer-io/tap-google-sheets/pull/17) | 7 | * Return an empty list when we retrieve cells that return no values [#17](https://github.com/singer-io/tap-google-sheets/pull/17) |
5 | 8 | ||
@@ -3,7 +3,7 @@ | |||
3 | from setuptools import setup, find_packages | 3 | from setuptools import setup, find_packages |
4 | 4 | ||
5 | setup(name='tap-google-sheets', | 5 | setup(name='tap-google-sheets', |
6 | version='1.0.4', | 6 | version='1.1.0', |
7 | description='Singer.io tap for extracting data from the Google Sheets v4 API', | 7 | description='Singer.io tap for extracting data from the Google Sheets v4 API', |
8 | author='jeff.huth@bytecode.io', | 8 | author='jeff.huth@bytecode.io', |
9 | classifiers=['Programming Language :: Python :: 3 :: Only'], | 9 | classifiers=['Programming Language :: Python :: 3 :: Only'], |