From 2346f24b26f94fcea3a1642111ad8274fd67f02c Mon Sep 17 00:00:00 2001 From: Steve Clarke <84364906+s7clarke10@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:08:48 +1300 Subject: [PATCH] Bumping versions --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf84725..b500a72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.11 + * Restricting the upper limit on pymssql to version 2.2.7 for now. There was a breaking change in 2.2.9 + where the SQL syntax is not compatible with Sybase. Need to investigate and raise a PR with pymssql, + for now restrict higher versions of pymssql. + ## 1.0.10 * Resolving issue with pymssql - excluding version 2.2.8 diff --git a/setup.py b/setup.py index 8925b41..41721b2 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="tap-sybase", - version="1.0.10", + version="1.0.11", description="Singer.io tap for extracting data from SQL Server - PipelineWise compatible", author="Stitch", url="https://github.com/s7clarke10/tap-sybase",