Bump version in preparation for changes to be included in next version.
This commit is contained in:
parent
aaa84fe611
commit
43ebe8afed
1
.gitmodules
vendored
1
.gitmodules
vendored
@ -1,4 +1,3 @@
|
|||||||
[submodule "odpi"]
|
[submodule "odpi"]
|
||||||
path = odpi
|
path = odpi
|
||||||
url = ../odpi.git
|
url = ../odpi.git
|
||||||
branch = v3.1.x
|
|
||||||
|
|||||||
@ -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
|
cx_Oracle is a Python extension module that enables access to Oracle
|
||||||
Database. It conforms to the [Python database API 2.0
|
Database. It conforms to the [Python database API 2.0
|
||||||
|
|||||||
@ -40,9 +40,9 @@ author = 'Oracle'
|
|||||||
# other places throughout the built documents.
|
# other places throughout the built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '7.1'
|
version = '7.2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# There are two options for replacing |today|: either, you set today to some
|
||||||
# non-false value, then it is used:
|
# non-false value, then it is used:
|
||||||
|
|||||||
2
odpi
2
odpi
@ -1 +1 @@
|
|||||||
Subproject commit cdf1531eb435fcb814840a7b1bd666173d0890e4
|
Subproject commit c0495e9871998b86ed8643fb53d0107e35a521aa
|
||||||
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ except:
|
|||||||
from distutils.extension import Extension
|
from distutils.extension import Extension
|
||||||
|
|
||||||
# define build constants
|
# define build constants
|
||||||
BUILD_VERSION = "7.1.2"
|
BUILD_VERSION = "7.2.0-dev"
|
||||||
|
|
||||||
# setup extra link and compile args
|
# setup extra link and compile args
|
||||||
extraLinkArgs = []
|
extraLinkArgs = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user