From 57dfd53d5576e0aeb7c3c109e47b3b817b4327e2 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Mon, 23 May 2016 16:18:39 +0200 Subject: [PATCH] Bump version number --- django_select2/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_select2/__init__.py b/django_select2/__init__.py index ebca5bc..15d0d99 100644 --- a/django_select2/__init__.py +++ b/django_select2/__init__.py @@ -9,4 +9,4 @@ The app includes Select2 driven Django Widgets and Form Fields. """ -__version__ = "5.8.4" +__version__ = "5.8.5"