Commit 657a1e2 1 parent c771df0 commit 657a1e2 Copy full SHA for 657a1e2
File tree 3 files changed +10
-2
lines changed
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
+
1
9
2024-03-02, Version 3.2.2
2
10
=========================
3
11
Original file line number Diff line number Diff line change 22
22
+--------------------------------------------------------------------------+
23
23
*/
24
24
25
- #define MODULE_RELEASE "3.2.2 "
25
+ #define MODULE_RELEASE "3.2.3 "
26
26
27
27
#include <Python.h>
28
28
#include <datetime.h>
Original file line number Diff line number Diff line change 31
31
from setuptools .command .install import install
32
32
33
33
PACKAGE = 'ibm_db'
34
- VERSION = '3.2.2 '
34
+ VERSION = '3.2.3 '
35
35
LICENSE = 'Apache License 2.0'
36
36
readme = os .path .join (os .path .dirname (__file__ ),'README.md' )
37
37
You can’t perform that action at this time.
0 commit comments