We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b1b50 commit 754da16Copy full SHA for 754da16
2 files changed
ibm_db.c
@@ -22,7 +22,7 @@
22
+--------------------------------------------------------------------------+
23
*/
24
25
-#define MODULE_RELEASE "3.2.6.6"
+#define MODULE_RELEASE "3.2.6.7"
26
27
#include <Python.h>
28
#include <datetime.h>
setup.py
@@ -31,7 +31,7 @@
31
from setuptools.command.install import install
32
33
PACKAGE = 'ibm_db'
34
-VERSION = '3.2.6.6'
+VERSION = '3.2.6.7'
35
LICENSE = 'Apache License 2.0'
36
readme = os.path.join(os.path.dirname(__file__),'README.md')
37
0 commit comments