From 04f2eeabd113f9b7fabbf883d0eefd66a832dfda Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Mon, 21 Sep 2020 18:54:57 +1000 Subject: 0.12.0 --- voluptuous/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voluptuous/__init__.py b/voluptuous/__init__.py index fef1001..4084f86 100644 --- a/voluptuous/__init__.py +++ b/voluptuous/__init__.py @@ -5,5 +5,5 @@ from voluptuous.validators import * from voluptuous.util import * from voluptuous.error import * -__version__ = '0.11.7' +__version__ = '0.12.0' __author__ = 'alecthomas' -- cgit v1.2.1