Skip to content

Commit 57792d3

Browse files
author
sheshnarayan-a
committed
Adding missing IfxPyDbi.py file into the distribution
1 parent 534797c commit 57792d3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

IfxPy/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
PACKAGE = 'IfxPy'
28-
VERSION = '3.0.4'
28+
VERSION = '3.0.5'
2929
VERSION2X = '2.7.1'
3030
LICENSE = 'Apache License 2.0'
3131
IfxPyLongDescription='Informix native Python driver is a high performing data access interface suitable for highly scalable enterprise and IoT solutions to works with Informix database.'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ pip install ifxpy
1515
or # if Python 3.x then
1616
pip3 install ifxpy
1717
```
18-
Informix Python driver version 3.0.4 onward, you no more require prior installation of Informix CSDK(Client Software Development Kit) on Windows 64-bit and Linux 64-bit platforms.
18+
Informix Python driver version 3.0.5 onward, you no more require prior installation of Informix CSDK(Client Software Development Kit) on Windows 64-bit and Linux 64-bit platforms.
1919
The install script will take care of installing/downloading the required depenedencies for CSDK/ODBC on 64-bit platforms. There will be "onedb-odbc-driver" folder created in your "site-packages" folder of your respective
2020
platforms when you install the Python driver. This folder "onedb-odbc-driver" could be used to set the value of INFORMIXDIR (see Runtime Environment section below for more information). You don't need to download CSDK for
21-
your Python applications requirement. Hence downloading and installing CSDK is optional from Python driver version 3.0.4 onward.
21+
your Python applications requirement. Hence downloading and installing CSDK is optional from Python driver version 3.0.5 onward.
2222

2323
The **pip install support** is available for **Windows 64, Linux x86_64, Arm7** for both **Python 2.7 and Python 3.4 and up**. For all other platform you may perform a local build. The driver source code is platform neutral and it is expected to build on any platform.
2424

0 commit comments

Comments
 (0)