File tree 5 files changed +5
-6
lines changed
5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
[submodule "odpi "]
2
2
path = odpi
3
3
url = ../odpi.git
4
- branch = v3.1.x
Original file line number Diff line number Diff line change 1
- # cx_Oracle version 7.1
1
+ # cx_Oracle version 7.2
2
2
3
3
cx_Oracle is a Python extension module that enables access to Oracle
4
4
Database. It conforms to the [ Python database API 2.0
Original file line number Diff line number Diff line change 40
40
# other places throughout the built documents.
41
41
#
42
42
# The short X.Y version.
43
- version = '7.1 '
43
+ version = '7.2 '
44
44
# The full version, including alpha/beta/rc tags.
45
- release = '7.1.2 '
45
+ release = '7.2.0-dev '
46
46
47
47
# There are two options for replacing |today|: either, you set today to some
48
48
# non-false value, then it is used:
Original file line number Diff line number Diff line change 20
20
from distutils .extension import Extension
21
21
22
22
# define build constants
23
- BUILD_VERSION = "7.1.2 "
23
+ BUILD_VERSION = "7.2.0-dev "
24
24
25
25
# setup extra link and compile args
26
26
extraLinkArgs = []
You can’t perform that action at this time.
0 commit comments