Skip to content

Commit 866df60

Browse files
Bump version to 7.0 and use ODPI-C master branch (3.0).
1 parent c832ed1 commit 866df60

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.gitmodules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[submodule "odpi"]
22
path = odpi
33
url = https://github.com/oracle/odpi.git
4-
branch = v2.x

doc/src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
# other places throughout the built documents.
4141
#
4242
# The short X.Y version.
43-
version = '6.4'
43+
version = '7.0'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '6.4.1'
45+
release = '7.0.0-dev'
4646

4747
# There are two options for replacing |today|: either, you set today to some
4848
# non-false value, then it is used:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from distutils.extension import Extension
2121

2222
# define build constants
23-
BUILD_VERSION = "6.4.1"
23+
BUILD_VERSION = "7.0.0-dev"
2424

2525
# setup extra link and compile args
2626
extraLinkArgs = []

0 commit comments

Comments
 (0)