Skip to content

Commit 30dcc3d

Browse files
committed
Update version to 2.0.5.15
1 parent b46519f commit 30dcc3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

IBM_DB/ibm_db/ibm_db.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
+--------------------------------------------------------------------------+
2222
*/
2323

24-
#define MODULE_RELEASE "2.0.5.14"
24+
#define MODULE_RELEASE "2.0.5.15"
2525

2626
#include <Python.h>
2727
#include <datetime.h>

IBM_DB/ibm_db/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from distutils.sysconfig import get_python_lib
2020

2121
PACKAGE = 'ibm_db'
22-
VERSION = '2.0.5.14'
22+
VERSION = '2.0.5.15'
2323
LICENSE = 'Apache License 2.0'
2424

2525
machine_bits = 8 * struct.calcsize("P")

0 commit comments

Comments
 (0)