From ae8b034cba1e14cf2d681bfc0334c0165629a83f Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Mon, 20 May 2013 21:04:11 -0400 Subject: Release v1.4.0 --- jsonschema/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema/__init__.py b/jsonschema/__init__.py index ec4fcec..d1480a4 100644 --- a/jsonschema/__init__.py +++ b/jsonschema/__init__.py @@ -21,7 +21,7 @@ from jsonschema.validators import ( ) -__version__ = "1.4.0-dev" +__version__ = "1.4.0" # flake8: noqa -- cgit v1.2.1