The next release will be named 5.2.
This commit is contained in:
parent
f749e02fb4
commit
dc0088c518
|
@ -33,15 +33,15 @@ master_doc = 'index'
|
||||||
|
|
||||||
# General substitutions.
|
# General substitutions.
|
||||||
project = 'cx_Oracle'
|
project = 'cx_Oracle'
|
||||||
copyright = '2014, Anthony Tuininga'
|
copyright = '2015, Anthony Tuininga'
|
||||||
|
|
||||||
# The default replacements for |version| and |release|, also used in various
|
# The default replacements for |version| and |release|, also used in various
|
||||||
# other places throughout the built documents.
|
# other places throughout the built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '5.1'
|
version = '5.2'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '5.1.3'
|
release = '5.2'
|
||||||
|
|
||||||
# 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:
|
||||||
|
|
|
@ -8,7 +8,7 @@ License
|
||||||
|
|
||||||
.. centered:: **LICENSE AGREEMENT FOR CX_ORACLE**
|
.. centered:: **LICENSE AGREEMENT FOR CX_ORACLE**
|
||||||
|
|
||||||
Copyright |copy| 2007-2014, Anthony Tuininga. All rights reserved.
|
Copyright |copy| 2007-2015, Anthony Tuininga. All rights reserved.
|
||||||
|
|
||||||
Copyright |copy| 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta,
|
Copyright |copy| 2001-2007, Computronix (Canada) Ltd., Edmonton, Alberta,
|
||||||
Canada. All rights reserved.
|
Canada. All rights reserved.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ except:
|
||||||
from distutils.extension import Extension
|
from distutils.extension import Extension
|
||||||
|
|
||||||
# define build constants
|
# define build constants
|
||||||
BUILD_VERSION = "5.1.3"
|
BUILD_VERSION = "5.2"
|
||||||
|
|
||||||
# define the list of files to be included as documentation for Windows
|
# define the list of files to be included as documentation for Windows
|
||||||
dataFiles = None
|
dataFiles = None
|
||||||
|
|
Loading…
Reference in New Issue