Skip to content

Commit 657a1e2

Browse files
committed
v3.2.3
1 parent c771df0 commit 657a1e2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2024-03-13, Version 3.2.3
2+
=========================
3+
4+
* Downgrade upload-artifact on 64 bit Windows (#919) (Bradley Reynolds)
5+
6+
* Upgrade cibuildwheel on Linux & Mac OS job (#920) (Bradley Reynolds)
7+
8+
19
2024-03-02, Version 3.2.2
210
=========================
311

ibm_db.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
+--------------------------------------------------------------------------+
2323
*/
2424

25-
#define MODULE_RELEASE "3.2.2"
25+
#define MODULE_RELEASE "3.2.3"
2626

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

setup.py

+1-1
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.2'
34+
VERSION = '3.2.3'
3535
LICENSE = 'Apache License 2.0'
3636
readme = os.path.join(os.path.dirname(__file__),'README.md')
3737

0 commit comments

Comments
 (0)