Skip to content

Commit

Permalink
v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bchoudhary6415 committed Apr 20, 2023
1 parent e37c6d6 commit 9461229
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------
Expand Down
2 changes: 1 addition & 1 deletion ibm_db_sa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# | Contributors: Jaimy Azle, Mike Bayer |
# +--------------------------------------------------------------------------+

__version__ = '0.3.9'
__version__ = '0.4.0'

from . import ibm_db, pyodbc, base

Expand Down

0 comments on commit 9461229

Please sign in to comment.