Skip to content

Commit

Permalink
v3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bimalkjha committed Mar 13, 2024
1 parent c771df0 commit 657a1e2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2024-03-13, Version 3.2.3
=========================

* Downgrade upload-artifact on 64 bit Windows (#919) (Bradley Reynolds)

* Upgrade cibuildwheel on Linux & Mac OS job (#920) (Bradley Reynolds)


2024-03-02, Version 3.2.2
=========================

Expand Down
2 changes: 1 addition & 1 deletion ibm_db.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
+--------------------------------------------------------------------------+
*/

#define MODULE_RELEASE "3.2.2"
#define MODULE_RELEASE "3.2.3"

#include <Python.h>
#include <datetime.h>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from setuptools.command.install import install

PACKAGE = 'ibm_db'
VERSION = '3.2.2'
VERSION = '3.2.3'
LICENSE = 'Apache License 2.0'
readme = os.path.join(os.path.dirname(__file__),'README.md')

Expand Down

0 comments on commit 657a1e2

Please # to comment.