From 404a96927eb8d2eed8eb99224ca4bda706ab5fb2 Mon Sep 17 00:00:00 2001 From: kasium <15907922+kasium@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:03:46 +0100 Subject: [PATCH] Step up to version 1.4.0 (#226) --- CHANGES.rst | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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"