Release 5.0

This commit is contained in:
medmunds
2018-11-07 09:46:48 -08:00
parent 10f6f3f821
commit 4ee4b335a2
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ Release history
v5.0
----
*In development*
*2018-11-07*
Breaking changes
~~~~~~~~~~~~~~~~

View File

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