Bump version to 7.1-dev now that changes have been made from version 7.0.
This commit is contained in:
parent
548440016e
commit
e988d74363
@ -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 = '7.0'
|
version = '7.1'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '7.0.0'
|
release = '7.1.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 = "7.0.0"
|
BUILD_VERSION = "7.1.0-dev"
|
||||||
|
|
||||||
# setup extra link and compile args
|
# setup extra link and compile args
|
||||||
extraLinkArgs = []
|
extraLinkArgs = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user