Skip to content

Commit

Permalink
Bump version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RushiT0122 committed Mar 11, 2024
1 parent 9544d36 commit 67c2b25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.0.0
* Remove support for date datatype [#95](https://github.com/singer-io/tap-google-sheets/pull/95)

## 2.1.0
* Updates to run on python 3.11.7 [#94](https://github.com/singer-io/tap-google-sheets/pull/94)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

setup(name='tap-google-sheets',
version='2.1.0',
version='3.0.0',
description='Singer.io tap for extracting data from the Google Sheets v4 API',
author='[email protected]',
classifiers=['Programming Language :: Python :: 3 :: Only'],
Expand Down

0 comments on commit 67c2b25

Please sign in to comment.