Release 4.2

This commit is contained in:
medmunds
2018-09-07 11:05:20 -07:00
parent 9c493dba72
commit 0794617750
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ Release history
v4.2
----
*In development*
*2018-09-07*
Features
~~~~~~~~

View File

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