Change version to 5.3 (proposed version to be released).

This commit is contained in:
Anthony Tuininga 2017-01-12 13:53:13 -07:00
parent 5126c7456e
commit 71f2b1cc7e
2 changed files with 3 additions and 3 deletions

View File

@ -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:

View File

@ -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