Skip to content

Commit 9461229

Browse files
v0.4.0 release
1 parent e37c6d6 commit 9461229

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
* implemented iseries db2 dialect inside PASE environment (openmax)
3535

36-
37-
2022/05/17
36+
2022-05-17, Version 0.3.8
37+
=========================
3838
- autoload bug fix with SQLAlchemy 1.4.x
3939
- remove warning message while connection
4040
- add columns reflection with comments

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The IBM_DB_SA adapter provides the Python/SQLAlchemy interface to IBM Data Serve
55

66
Version
77
--------
8-
0.3.9 (2023/02/27)
8+
0.4.0 (2023/04/20)
99

1010
Prerequisites
1111
--------------

ibm_db_sa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# | Contributors: Jaimy Azle, Mike Bayer |
1818
# +--------------------------------------------------------------------------+
1919

20-
__version__ = '0.3.9'
20+
__version__ = '0.4.0'
2121

2222
from . import ibm_db, pyodbc, base
2323

0 commit comments

Comments
 (0)