Remove -dev designation in preparation for release of cx_Oracle 7.1.

This commit is contained in:
Anthony Tuininga 2019-02-04 15:46:05 -07:00
parent eae8a2bf08
commit 3febfa8375
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ author = 'Oracle'
# The short X.Y version.
version = '7.1'
# The full version, including alpha/beta/rc tags.
release = '7.1.0-dev'
release = '7.1.0'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:

View File

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