Release 4.3

This commit is contained in:
medmunds
2018-10-11 17:28:44 -07:00
parent eca1f5c399
commit 56c11ce387
2 changed files with 10 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
VERSION = (4, 2)
VERSION = (4, 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"