aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorzachharris1 <69470481+zachharris1@users.noreply.github.com>2021-02-23 11:38:29 -0500
committerGitHub <noreply@github.com>2021-02-23 11:38:29 -0500
commit7f117db04ea9505e3856494064ac5a2a3e4e906d (patch)
treeea2ea3254ad4df10b7de464b57a630360d50e5c4
parent5fd44182206b7f708661351e6a330902075c6d10 (diff)
downloadtap-google-sheets-7f117db04ea9505e3856494064ac5a2a3e4e906d.tar.gz
tap-google-sheets-7f117db04ea9505e3856494064ac5a2a3e4e906d.tar.zst
tap-google-sheets-7f117db04ea9505e3856494064ac5a2a3e4e906d.zip
bump 1.1.1 (#28)v1.1.1
-rw-r--r--CHANGELOG.md3
-rw-r--r--setup.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 531d4cc..3133303 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
1# Changelog 1# Changelog
2 2
3## 1.1.1
4 * Added better error messages for 429 errors
5
3## 1.1.0 6## 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) 7 * 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 8
diff --git a/setup.py b/setup.py
index 94c7a63..7eeb058 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
3from setuptools import setup, find_packages 3from setuptools import setup, find_packages
4 4
5setup(name='tap-google-sheets', 5setup(name='tap-google-sheets',
6 version='1.1.0', 6 version='1.1.1',
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'],