Change version to 5.3 (proposed version to be released).
This commit is contained in:
parent
5126c7456e
commit
71f2b1cc7e
@ -39,9 +39,9 @@ copyright = '2016, Anthony Tuininga'
|
|||||||
# other places throughout the built documents.
|
# other places throughout the built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '5.2'
|
version = '5.3'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = '5.2.1'
|
release = '5.3'
|
||||||
|
|
||||||
# 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
@ -38,7 +38,7 @@ except:
|
|||||||
from distutils.extension import Extension
|
from distutils.extension import Extension
|
||||||
|
|
||||||
# define build constants
|
# define build constants
|
||||||
BUILD_VERSION = "5.2.1"
|
BUILD_VERSION = "5.3"
|
||||||
|
|
||||||
# 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…
x
Reference in New Issue
Block a user