Skip to content

Commit

Permalink
Bumping versions
Browse files Browse the repository at this point in the history
  • Loading branch information
s7clarke10 committed Oct 24, 2023
1 parent 7bc6282 commit 2346f24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2346f24

Please sign in to comment.