From 6fee28cc42bbfc08d4c882d3cc65fef3b7bb1f79 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Fri, 18 Oct 2013 13:46:36 -0400 Subject: Release v2.2.0 --- jsonschema/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsonschema') diff --git a/jsonschema/__init__.py b/jsonschema/__init__.py index 1c3c084..6232cec 100644 --- a/jsonschema/__init__.py +++ b/jsonschema/__init__.py @@ -20,7 +20,7 @@ from jsonschema.validators import ( ) -__version__ = "2.2.0-dev" +__version__ = "2.2.0" # flake8: noqa -- cgit v1.2.1