We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46519f commit 30dcc3dCopy full SHA for 30dcc3d
IBM_DB/ibm_db/ibm_db.c
@@ -21,7 +21,7 @@
21
+--------------------------------------------------------------------------+
22
*/
23
24
-#define MODULE_RELEASE "2.0.5.14"
+#define MODULE_RELEASE "2.0.5.15"
25
26
#include <Python.h>
27
#include <datetime.h>
IBM_DB/ibm_db/setup.py
@@ -19,7 +19,7 @@
19
from distutils.sysconfig import get_python_lib
20
PACKAGE = 'ibm_db'
-VERSION = '2.0.5.14'
+VERSION = '2.0.5.15'
LICENSE = 'Apache License 2.0'
machine_bits = 8 * struct.calcsize("P")
0 commit comments