Bump version to 6.3-dev in anticipation of new features landing.
This commit is contained in:
parent
6f928b0857
commit
98d35e67b3
|
@ -40,9 +40,9 @@ author = 'Oracle'
|
||||||
# other places throughout the built documents.
|
# other places throughout the built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '6.2'
|
version = '6.3'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '6.2.1'
|
release = '6.3.0-dev'
|
||||||
|
|
||||||
# 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:
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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.1"
|
BUILD_VERSION = "6.3-dev"
|
||||||
|
|
||||||
# setup extra link and compile args
|
# setup extra link and compile args
|
||||||
extraLinkArgs = []
|
extraLinkArgs = []
|
||||||
|
|
Loading…
Reference in New Issue