Skip to content

Commit c3aaf02

Browse files
committed
v3.2.6
1 parent 4566c6f commit c3aaf02

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
2025-03-09, Version 3.2.6
2+
=========================
3+
4+
* fea: add support for env var CLIDRIVER_VERSION for autodownload (Bimal Jha)
5+
6+
* update README file for SQL0805N error, #996 (Bimal Jha)
7+
8+
* Update Installation Instructions for Python ibm_db on z/OS (#995) (bchoudhary6415)
9+
10+
* Update .gitattributes file to fix unicode decode error on z/OS (bchoudhary6415)
11+
12+
* Fix for memory leak issue (#991) (bchoudhary6415)
13+
14+
* fix formatting and indentation issues (Bimal Jha)
15+
16+
* Fix Polaris code scan issues (#990) (bchoudhary6415)
17+
18+
* add support for column_name in ibm_db_column_privileges & issue #988 (Bimal Jha)
19+
20+
* fix high severity code scan issues (Bimal Jha)
21+
22+
* Add polaris.yml file for code scan (Bimal Jha)
23+
24+
* Return error from fetchall() if any fetch get error (#987) (bchoudhary6415)
25+
26+
* Polaris scan fix (#985) (bchoudhary6415)
27+
128
2024-12-30, Version 3.2.5
229
=========================
330

ibm_db.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
+--------------------------------------------------------------------------+
2323
*/
2424

25-
#define MODULE_RELEASE "3.2.5"
25+
#define MODULE_RELEASE "3.2.6"
2626

2727
#include <Python.h>
2828
#include <datetime.h>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from setuptools.command.install import install
3232

3333
PACKAGE = 'ibm_db'
34-
VERSION = '3.2.5'
34+
VERSION = '3.2.6'
3535
LICENSE = 'Apache License 2.0'
3636
readme = os.path.join(os.path.dirname(__file__),'README.md')
3737

0 commit comments

Comments
 (0)