From 15ea9084a39a0ea6caf8a85dd90ce1409b0d62cc Mon Sep 17 00:00:00 2001 From: Amir Mofakhar Date: Tue, 10 Oct 2023 09:34:22 +0100 Subject: [PATCH] Release 0.58.1 (#1141) * Release 0.58.1 * Release 0.58.1 --- CHANGELOG.md | 6 +++++- setup.py | 2 +- singer-connectors/tap-github/requirements.txt | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9466bb9c9..9ee3eb818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -0.58.0 (2023-09-04) +0.58.1 (2023-10-09) +------------------- +- Bump `pipelinewise-tap-github`from `1.1.0` to `1.1.1` + +0.58.0 (2023-10-04) ------------------- - Bump `pipelinewise-tap-github`from `1.0.3` to `1.1.0` - Bump `joblib`from `1.2.0` to `1.3.2` diff --git a/setup.py b/setup.py index e0265e6c3..b9b13c5b7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.58.0', + version='0.58.1', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', diff --git a/singer-connectors/tap-github/requirements.txt b/singer-connectors/tap-github/requirements.txt index 6871b3070..0637e3aab 100644 --- a/singer-connectors/tap-github/requirements.txt +++ b/singer-connectors/tap-github/requirements.txt @@ -1 +1 @@ -pipelinewise-tap-github==1.1.0 +pipelinewise-tap-github==1.1.1