Bump version to 6.3-dev in anticipation of new features landing.

This commit is contained in:
Anthony Tuininga 2018-03-07 16:18:01 -07:00
parent 6f928b0857
commit 98d35e67b3
2 changed files with 3 additions and 3 deletions

View File

@ -40,9 +40,9 @@ author = 'Oracle'
# other places throughout the built documents.
#
# The short X.Y version.
version = '6.2'
version = '6.3'
# 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
# non-false value, then it is used:

View File

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