From 6f928b08575fc93c148526bc2ba5028c40fc0a59 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Wed, 7 Mar 2018 10:11:37 -0700 Subject: [PATCH] Preparing to release cx_Oracle 6.2.1. --- doc/src/conf.py | 2 +- doc/src/releasenotes.rst | 7 +++++++ setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/src/conf.py b/doc/src/conf.py index 174d6915..9d10796a 100644 --- a/doc/src/conf.py +++ b/doc/src/conf.py @@ -42,7 +42,7 @@ # The short X.Y version. version = '6.2' # The full version, including alpha/beta/rc tags. -release = '6.2.0' +release = '6.2.1' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/doc/src/releasenotes.rst b/doc/src/releasenotes.rst index efc8f2b6..92dc2eed 100644 --- a/doc/src/releasenotes.rst +++ b/doc/src/releasenotes.rst @@ -8,6 +8,13 @@ cx_Oracle Release Notes .. _releasenotes60: +Version 6.2.1 (March 2018) +-------------------------- + +#) Make sure cxoModule.h is included in the source archive + (`issue 155 `__). + + Version 6.2 (March 2018) ------------------------ diff --git a/setup.py b/setup.py index 620c94e3..9d97fbff 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from distutils.extension import Extension # define build constants -BUILD_VERSION = "6.2" +BUILD_VERSION = "6.2.1" # setup extra link and compile args extraLinkArgs = []