From 2195fc925c2e5f9cd8c69f022180d59dfbd88531 Mon Sep 17 00:00:00 2001 From: Chris Sattinger Date: Tue, 11 Feb 2020 11:17:46 +0100 Subject: [PATCH] v1.9.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b0f97c2c3b..830c83bef4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="django-ajax-selects", - version="1.9.0", + version="1.9.1", description="Edit ForeignKey, ManyToManyField and CharField in Django Admin using jQuery UI AutoComplete.", author="Chris Sattinger", author_email="crucialfelix@gmail.com",