Bump version in preparation for changes to be included in next version.

This commit is contained in:
Anthony Tuininga 2019-03-21 14:57:53 -06:00
parent aaa84fe611
commit 43ebe8afed
5 changed files with 5 additions and 6 deletions

1
.gitmodules vendored
View File

@ -1,4 +1,3 @@
[submodule "odpi"]
path = odpi
url = ../odpi.git
branch = v3.1.x

View File

@ -1,4 +1,4 @@
# cx_Oracle version 7.1
# cx_Oracle version 7.2
cx_Oracle is a Python extension module that enables access to Oracle
Database. It conforms to the [Python database API 2.0

View File

@ -40,9 +40,9 @@ author = 'Oracle'
# other places throughout the built documents.
#
# The short X.Y version.
version = '7.1'
version = '7.2'
# The full version, including alpha/beta/rc tags.
release = '7.1.2'
release = '7.2.0-dev'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:

2
odpi

@ -1 +1 @@
Subproject commit cdf1531eb435fcb814840a7b1bd666173d0890e4
Subproject commit c0495e9871998b86ed8643fb53d0107e35a521aa

View File

@ -20,7 +20,7 @@ except:
from distutils.extension import Extension
# define build constants
BUILD_VERSION = "7.1.2"
BUILD_VERSION = "7.2.0-dev"
# setup extra link and compile args
extraLinkArgs = []