diff --git a/CHANGES.md b/CHANGES.md index 02e167e..f4cd37e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,9 @@ CHANGES ======= 2023/02/27 -- Avoid URL object mutation -- Fix offset condition -- None check for server type +- Fix offset condition (#117) (eonu) +- Avoid URL object mutation (#116) (eonu) +- None check for server type (#110) (amukherjee28) - Other bug fixes 2022/05/17 diff --git a/ibm_db_sa/__init__.py b/ibm_db_sa/__init__.py index 5cb3f45..a1bc847 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.8' +__version__ = '0.3.9' from . import ibm_db, pyodbc, base