From ca4f0df68bbbd951bda71daf7d04665d6ceb034b Mon Sep 17 00:00:00 2001 From: Inoks Date: Thu, 4 Apr 2019 16:42:19 +0200 Subject: [PATCH] Bump version --- django_classified/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_classified/__init__.py b/django_classified/__init__.py index 0fd82ff..ee49fb1 100644 --- a/django_classified/__init__.py +++ b/django_classified/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 8, 10) +VERSION = (0, 8, 11) def get_version():