Skip to content

Commit 43ebe8a

Browse files
committedMar 21, 2019
Bump version in preparation for changes to be included in next version.
1 parent aaa84fe commit 43ebe8a

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed
 

‎.gitmodules

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[submodule "odpi"]
22
path = odpi
33
url = ../odpi.git
4-
branch = v3.1.x

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# cx_Oracle version 7.1
1+
# cx_Oracle version 7.2
22

33
cx_Oracle is a Python extension module that enables access to Oracle
44
Database. It conforms to the [Python database API 2.0

‎doc/src/conf.py

+2-2
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 = '7.1'
43+
version = '7.2'
4444
# The full version, including alpha/beta/rc tags.
45-
release = '7.1.2'
45+
release = '7.2.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:

‎odpi

Submodule odpi updated 210 files

‎setup.py

+1-1
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 = "7.1.2"
23+
BUILD_VERSION = "7.2.0-dev"
2424

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

0 commit comments

Comments
 (0)
Please sign in to comment.