Fixes version number and QA issue

This commit is contained in:
Johannes Hoppe 2016-01-26 17:55:56 +01:00
parent 4a1b83ad1e
commit 7d8908daab
2 changed files with 1 additions and 2 deletions

View file

@ -9,4 +9,4 @@ The app includes Select2 driven Django Widgets and Form Fields.
"""
__version__ = "5.6.0"
__version__ = "5.7.0"

View file

@ -13,7 +13,6 @@ from tests.testapp.forms import (
AlbumModelSelect2WidgetForm, ArtistCustomTitleWidget
)
from tests.testapp.models import Genre
from django_select2.conf import settings
class TestAutoResponseView(object):