From 3febfa8375fd0df8ccebfb504a9fb30e30533921 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Mon, 4 Feb 2019 15:46:05 -0700 Subject: [PATCH] Remove -dev designation in preparation for release of cx_Oracle 7.1. --- doc/src/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/conf.py b/doc/src/conf.py index 6c0d6fd..27920c1 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -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: diff --git a/setup.py b/setup.py index a1e7fd1..6aa58ac 100644 --- a/setup.py +++ b/setup.py @@ -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 = []