Skip to content

Commit c5210d9

Browse files
committed
chore: bump version v2.1.0 -> v2.1.1
1 parent 124417c commit c5210d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "SQLAlchemy-History"
77
description = "History tracking extension for SQLAlchemy."
8-
version = "2.1.0"
8+
version = "2.1.1"
99
authors = ["Corridor Platforms <postmaster@corridorplatforms.com>"]
1010
license = "Apache-2.0, BSD-3-Clause"
1111
readme = "docs/README.md"

sqlalchemy_history/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
)
3232

3333

34-
__version__ = "2.1.0"
34+
__version__ = "2.1.1"
3535

3636

3737
versioning_manager = VersioningManager()

0 commit comments

Comments
 (0)