From 652745c390f77c8ffda66193a43a91c4ef095fdd Mon Sep 17 00:00:00 2001 From: Phil Krylov Date: Thu, 26 Apr 2018 16:15:22 +0300 Subject: [PATCH] Version bump to 0.8.6 --- xsd_to_django_model/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsd_to_django_model/__init__.py b/xsd_to_django_model/__init__.py index 73f8315..37e9d6d 100644 --- a/xsd_to_django_model/__init__.py +++ b/xsd_to_django_model/__init__.py @@ -1 +1 @@ -__version__ = '0.8.5' +__version__ = '0.8.6'