We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c846d41 commit a6f1a4eCopy full SHA for a6f1a4e
2 files changed
ibm_db.c
@@ -22,7 +22,7 @@
22
+--------------------------------------------------------------------------+
23
*/
24
25
-#define MODULE_RELEASE "3.2.7"
+#define MODULE_RELEASE "3.2.5"
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.7'
+VERSION = '3.2.5'
35
LICENSE = 'Apache License 2.0'
36
readme = os.path.join(os.path.dirname(__file__),'README.md')
37
0 commit comments