Skip to content

Commit

Permalink
Step up to 2.1.0 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasium committed Apr 26, 2024
1 parent f4e91bf commit 84aa6c9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========

2.1.0
-----

Features
~~~~~~~~
- Add error handling for SAP HANA Cloud region maintenance error
- Add additional caching to reflection methods (contributed by @Masterchen09)

Bugfixes
~~~~~~~~
- Fixed an issue causing ``get_table_oid`` to fails of the inspector
was created based on an engine (contributed by @Masterchen09)

2.0.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 = "2.0.0"
version = "2.1.0"
description = "SQLAlchemy dialect for SAP HANA"
keywords = ["sqlalchemy", "sap", "hana"]
requires-python = "~=3.8"
Expand Down

0 comments on commit 84aa6c9

Please sign in to comment.