From 0a0f2e89de6cde25ba6ef104c64e30f92091e007 Mon Sep 17 00:00:00 2001 From: Andy Lu Date: Thu, 18 Feb 2021 12:09:02 -0600 Subject: Bump to v1.1.0, update changelog (#26) --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d2e93f..531d4cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/setup.py b/setup.py index f3fd2c3..94c7a63 100644 --- 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'], -- cgit v1.2.3