Preparing to release cx_Oracle 6.2.1.

This commit is contained in:
Anthony Tuininga 2018-03-07 10:11:37 -07:00
parent b6ad809cb3
commit 6f928b0857
3 changed files with 9 additions and 2 deletions

View File

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

View File

@ -8,6 +8,13 @@ cx_Oracle Release Notes
.. _releasenotes60: .. _releasenotes60:
Version 6.2.1 (March 2018)
--------------------------
#) Make sure cxoModule.h is included in the source archive
(`issue 155 <https://github.com/oracle/python-cx_Oracle/issues/155>`__).
Version 6.2 (March 2018) Version 6.2 (March 2018)
------------------------ ------------------------

View File

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