File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 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+
192024-03-02, Version 3.2.2
210=========================
311
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 3131from setuptools .command .install import install
3232
3333PACKAGE = 'ibm_db'
34- VERSION = '3.2.2 '
34+ VERSION = '3.2.3 '
3535LICENSE = 'Apache License 2.0'
3636readme = os .path .join (os .path .dirname (__file__ ),'README.md' )
3737
You can’t perform that action at this time.
0 commit comments