From b127c8b9d86b2f7576cfe2d64e7bdc7ff1942e6f Mon Sep 17 00:00:00 2001 From: Chris Sattinger Date: Fri, 17 Jan 2020 10:17:52 +0100 Subject: [PATCH] chore: bump version to 1.9.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c57ab8fd2..b0f97c2c3b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="django-ajax-selects", - version="1.8.0", + version="1.9.0", description="Edit ForeignKey, ManyToManyField and CharField in Django Admin using jQuery UI AutoComplete.", author="Chris Sattinger", author_email="crucialfelix@gmail.com",