diff --git a/setup.py b/setup.py index b6c06fef..151dbf9c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='tap-github', - version='2.0.0', + version='2.0.3', description='Singer.io tap for extracting data from the GitHub API', author='Stitch', url='http://singer.io', diff --git a/tap_github/schemas/releases.json b/tap_github/schemas/releases.json index b903a026..fc97ced2 100644 --- a/tap_github/schemas/releases.json +++ b/tap_github/schemas/releases.json @@ -186,8 +186,7 @@ "format": "date-time" }, "discussion_url": { - "type": ["null", "string"], - "format": "date-time" + "type": ["null", "string"] } } } \ No newline at end of file