Skip to content

Commit adf6481

Browse files
committed
Post release correction
1 parent 3ef534a commit adf6481

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

IBM_DB/ibm_db/ibm_db.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
+--------------------------------------------------------------------------+
2323
*/
2424

25-
#define MODULE_RELEASE "3.0.4"
25+
#define MODULE_RELEASE "3.1.1"
2626

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

IBM_DB/ibm_db/setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
from setuptools.command.install import install
2525

2626
PACKAGE = 'ibm_db'
27-
VERSION = '3.0.4'
27+
VERSION = '3.1.1'
2828
LICENSE = 'Apache License 2.0'
2929
readme = os.path.join(os.path.dirname(__file__),'README.md')
3030

@@ -393,6 +393,7 @@ def _setDllPath():
393393
'Topic :: Database :: Front-Ends'],
394394

395395
long_description = open(readme).read(),
396+
long_description_content_type = 'text/markdown',
396397
platforms = 'Linux32/64, Win32/64, aix32/64, ppc32/64, sunamd32/64, sun32/64, ppc64le, Z/OS',
397398
ext_modules = ext_modules,
398399
py_modules = modules,

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Provides Python interface for connecting to IBM DB2 and Informix
4141

4242
<a name="prereq"></a>
4343
## Pre-requisites
44-
Install Python 2.7 or Python 3 <= 3.9. The minimum python version supported by driver is python 2.7 and the latest version supported is python 3.9 except version 3.3 as it has reached end-of-life.
44+
Install Python 2.7 or Python 3 <= 3.10. The minimum python version supported by driver is python 2.7 and the latest version supported is python 3.10 except version 3.3 as it has reached end-of-life.
4545

4646
The pre-built 32-bit and 64-bit binaries on windows are available for the following versions:
4747
```

0 commit comments

Comments
 (0)