mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
uprev
This commit is contained in:
+1
-1
@@ -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
@@ -2,4 +2,4 @@ from distutils.version import StrictVersion
|
||||
|
||||
__all__ = ['VERSION']
|
||||
|
||||
VERSION = StrictVersion('0.20.0a1')
|
||||
VERSION = StrictVersion('0.20.0')
|
||||
|
||||
Reference in New Issue
Block a user