diff --git a/CHANGES.rst b/CHANGES.rst index 48336ac..679f24b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +1.4.0 +----- + +Features +~~~~~~~~ +- Support ``Identity`` columns +- Support additional cases for ``StatementExecutionError`` + 1.3.0 ----- diff --git a/pyproject.toml b/pyproject.toml index 8c42abb..5754997 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sqlalchemy-hana" -version = "1.3.0" +version = "1.4.0" description = "SQLAlchemy dialect for SAP HANA" keywords = ["sqlalchemy", "sap", "hana"] requires-python = "~=3.8"