Skip to content

Commit

Permalink
Bump (wintersrd#61)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
wintersrd authored Nov 2, 2023
1 parent b21261d commit 8028e65
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[bumpversion]
current_version = 2.1.2
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
commit = True
tag = False

[bumpversion:file:pyproject.toml]
[bumpversion]
current_version = 2.2.2
parse = (?P<major>\d+)
\.(?P<minor>\d+)
\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
commit = True
tag = False

[bumpversion:file:pyproject.toml]
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "GNU Affero"
Expand All @@ -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]
Expand Down

0 comments on commit 8028e65

Please sign in to comment.