Skip to content

Commit

Permalink
Update ODPI-C to development version to include patch for issue #459;…
Browse files Browse the repository at this point in the history
… bump

version to 8.1 for further development.
  • Loading branch information
anthony-tuininga committed Jul 2, 2020
1 parent 10e5c25 commit 74a4790
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cx_Oracle version 8.0
# cx_Oracle version 8.1 (Development)

cx_Oracle is a Python extension module that enables access to Oracle
Database. It conforms to the [Python database API 2.0
Expand Down
4 changes: 2 additions & 2 deletions doc/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
# other places throughout the built documents.
#
# The short X.Y version.
version = '8.0'
version = '8.1'
# The full version, including alpha/beta/rc tags.
release = '8.0.0'
release = '8.1.0-dev'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
12 changes: 12 additions & 0 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
cx_Oracle Release Notes
=======================

Version 8.1 (TBD)
-----------------

#) Updated embedded ODPI-C to `version 4.1.0
<https://oracle.github.io/odpi/doc/releasenotes.html#
version-4-1-0-tbd>`__.

- up to 40 digits can be represented in an unconstrained Oracle number so
allow for that possibility
(`issue 459 <https://github.com/oracle/python-cx_Oracle/issues/459>`__).


Version 8.0 (June 2020)
-----------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from distutils.extension import Extension

# define build constants
BUILD_VERSION = "8.0.0"
BUILD_VERSION = "8.1.0-dev"

# setup extra link and compile args
extraLinkArgs = []
Expand Down

0 comments on commit 74a4790

Please sign in to comment.