Skip to content

Commit

Permalink
Step up to 1.1.1 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasium authored Nov 24, 2023
1 parent 95275bf commit a67580d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

1.1.1
-----

Bugfixes
~~~~~~~~
- Fixed an issue causing the alembic dialect to render a ``RENAME`` table statement wrongly

1.1.0
-----

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sqlalchemy-hana"
version = "1.1.0"
version = "1.1.1"
description = "SQLAlchemy dialect for SAP HANA"
keywords = ["sqlalchemy", "sap", "hana"]
requires-python = "~=3.8"
Expand Down

0 comments on commit a67580d

Please sign in to comment.