This commit is contained in:
Samuel Colvin
2019-02-18 08:44:26 +00:00
parent 1161df3ca0
commit 7cd423aa3e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
History
-------
v0.20.0 (unreleased)
v0.20.0 (2019-02-18)
....................
* fix tests for python 3.8, #396 by @samuelcolvin
* Adds fields to the ``dir`` method for autocompletion in interactive sessions, #398 by @dgasmith
+1 -1
View File
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
__all__ = ['VERSION']
VERSION = StrictVersion('0.20.0a1')
VERSION = StrictVersion('0.20.0')