From 8028e65b51c2ebb750e8f240aee5a9bd6c46f8ea Mon Sep 17 00:00:00 2001 From: Rob Winters Date: Thu, 2 Nov 2023 14:33:12 +0100 Subject: [PATCH] Bump (#61) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump version: 2.1.2 → 2.1.3 * Bump version: 2.1.3 → 2.1.4 * Fix misalignment * Bump version: 2.2.1 → 2.2.2 --- .bumpversion.cfg | 22 +++++++++++----------- pyproject.toml | 4 ++-- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b2de7213..d6a32d00 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,11 +1,11 @@ -[bumpversion] -current_version = 2.1.2 -parse = (?P\d+) - \.(?P\d+) - \.(?P\d+) -serialize = - {major}.{minor}.{patch} -commit = True -tag = False - -[bumpversion:file:pyproject.toml] +[bumpversion] +current_version = 2.2.2 +parse = (?P\d+) + \.(?P\d+) + \.(?P\d+) +serialize = + {major}.{minor}.{patch} +commit = True +tag = False + +[bumpversion:file:pyproject.toml] diff --git a/pyproject.toml b/pyproject.toml index 9bf60f21..995ee087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tap-mssql" -version = "2.2.1" +version = "2.2.2" description = "A pipelinewise compatible tap for connecting Microsoft SQL Server" authors = ["Rob Winters "] license = "GNU Affero" @@ -19,7 +19,7 @@ attrs = ">=16.3.0" pendulum = ">=1.2.0" singer-python = "5.9.0" # pymssql==2.2.8 broken: https://github.com/pymssql/pymssql/issues/833 -pymssql = ">=2.1.2,!=2.2.8" +pymssql = ">=2.1.4,!=2.2.8" backoff = ">=1.8.0" [tool.poetry.dev-dependencies]