Skip to content

Commit

Permalink
Update version, CHANGES.md and README.md files (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
Earammak authored Aug 23, 2023
1 parent 9972645 commit e054b60
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2023-08-08, Version 3.1.5
2023-08-21, Version 3.2.0
=========================

* Fix for issue #857 (Earammak)
Expand All @@ -17,6 +17,8 @@

* Readme update for latest python #813 and Readme update #814 (Earammak)

* Updated README.md, NOTES.md and rename INSTALL.md (Earammak)

2022-11-24, Version 3.1.4
=========================

Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,13 +320,6 @@ You can also get the source code by cloning the ibm_db github repository as :
git clone [email protected]:ibmdb/python-ibmdb.git
```
<a name='latest-updates'></a>
## Latest Updates
### *Updated ibm_db*
Mar 2, 2022: A new release 3.1.1 of ibm_db and ibm_db_dbi available.
<a name='support'></a>
## Support & feedback
**Your feedback is very much appreciated and expected through project ibm-db:**
Expand Down
2 changes: 1 addition & 1 deletion ibm_db.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
+--------------------------------------------------------------------------+
*/

#define MODULE_RELEASE "3.1.4"
#define MODULE_RELEASE "3.2.0"

#include <Python.h>
#include <datetime.h>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from setuptools.command.install import install

PACKAGE = 'ibm_db'
VERSION = '3.1.4'
VERSION = '3.2.0'
LICENSE = 'Apache License 2.0'
readme = os.path.join(os.path.dirname(__file__),'README.md')

Expand Down

0 comments on commit e054b60

Please sign in to comment.