From 9461229f73819b65d01dd6dec25b9bb3e6ef0f04 Mon Sep 17 00:00:00 2001 From: bchoudhary Date: Thu, 20 Apr 2023 16:04:00 +0530 Subject: [PATCH] v0.4.0 release --- CHANGES.md | 4 ++-- README.md | 2 +- ibm_db_sa/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f92af60..faa3b35 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -33,8 +33,8 @@ * implemented iseries db2 dialect inside PASE environment (openmax) - -2022/05/17 +2022-05-17, Version 0.3.8 +========================= - autoload bug fix with SQLAlchemy 1.4.x - remove warning message while connection - add columns reflection with comments diff --git a/README.md b/README.md index b1009c6..72fecbf 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The IBM_DB_SA adapter provides the Python/SQLAlchemy interface to IBM Data Serve Version -------- -0.3.9 (2023/02/27) +0.4.0 (2023/04/20) Prerequisites -------------- diff --git a/ibm_db_sa/__init__.py b/ibm_db_sa/__init__.py index a1bc847..62257cf 100644 --- a/ibm_db_sa/__init__.py +++ b/ibm_db_sa/__init__.py @@ -17,7 +17,7 @@ # | Contributors: Jaimy Azle, Mike Bayer | # +--------------------------------------------------------------------------+ -__version__ = '0.3.9' +__version__ = '0.4.0' from . import ibm_db, pyodbc, base