Skip to content

Commit 86a8d80

Browse files
committed
v0.4.2
1 parent 52234e8 commit 86a8d80

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2025-06-23, Version 0.4.2
2+
=========================
3+
4+
* update yml file to upload package (#159) (bchoudhary6415)
5+
6+
* Resolve Unicode issue with latest python3.13 (ibmdb#155) (#157) (devMalteK)
7+
8+
* Resolve Unicode issue with latest python3.13 and added polaris.yml file (#155) (bchoudhary6415)
9+
10+
* Fix for issue Casting to sa.Float (and some other types) silently does (#154) (bchoudhary6415)
11+
12+
* Fix unique_constraints (#152) (IceS2)
13+
14+
115
2024-07-30, Version 0.4.1
216
=========================
317

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.4.1 (2024/07/30)
8+
0.4.2 (2025/06/23)
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.4.1'
20+
__version__ = '0.4.2'
2121

2222
from . import ibm_db, pyodbc, base
2323

0 commit comments

Comments
 (0)