]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/commitdiff
bump 1.1.1 (#28) v1.1.1
authorzachharris1 <69470481+zachharris1@users.noreply.github.com>
Tue, 23 Feb 2021 16:38:29 +0000 (11:38 -0500)
committerGitHub <noreply@github.com>
Tue, 23 Feb 2021 16:38:29 +0000 (11:38 -0500)
CHANGELOG.md
setup.py

index 531d4ccbc4ce2e77d8638ff12c9de9f34ff6bd20..31333037bf62fda84e835ab52f30777064a7af8a 100644 (file)
@@ -1,5 +1,8 @@
 # Changelog
 
+## 1.1.1
+  * Added better error messages for 429 errors
+
 ## 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)
 
index 94c7a639426dff914d1012cf1cd4d926c53e7843..7eeb058d9f1edd03a8bb24afff9514d8ea06bf31 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.1.0',
+      version='1.1.1',
       description='Singer.io tap for extracting data from the Google Sheets v4 API',
       author='jeff.huth@bytecode.io',
       classifiers=['Programming Language :: Python :: 3 :: Only'],