From 5e4d2456d510eee5da23b016b2324f86a3612ddb Mon Sep 17 00:00:00 2001 From: jeet-parekh-wise <94441288+jeet-parekh-wise@users.noreply.github.com> Date: Fri, 10 Dec 2021 10:18:56 +0000 Subject: [PATCH] v1.0.3 (#12) --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39af2d6..5a2f813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.0.3 (2021-12-10) +------------------ +- Fixed pagination issue while fetching comments. +- Lock versions required by test packages. + 1.0.2 (2021-08-17) ------------------ - Skipping repos with size 0 on list all repos diff --git a/setup.py b/setup.py index 0fe9ceb..a23885d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-github', - version='1.0.2', + version='1.0.3', description='Singer.io tap for extracting data from the GitHub API', long_description=long_description, long_description_content_type='text/markdown',