Release 1.3

This commit is contained in:
medmunds
2018-02-02 11:51:25 -08:00
parent db586ede1f
commit 3468b12cc0
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (1, 2)
VERSION = (1, 3)
__version__ = '.'.join([str(x) for x in VERSION]) # major.minor.patch or major.minor.devN
__minor_version__ = '.'.join([str(x) for x in VERSION[:2]]) # Sphinx's X.Y "version"