From 9385e06dc63065416fab431fc909a27cd1657227 Mon Sep 17 00:00:00 2001 From: Bryan BRANCOTTE <bryan.brancotte@pasteur.fr> Date: Wed, 10 Jan 2024 09:24:58 +0100 Subject: [PATCH] v0.5.4 with django 4 allowed --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b331164..3e10265 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-autocomplete-multi-models -version = 0.5.3 +version = 0.5.4 description = An app that index fields across multiple models, and expose an api to query for word similar to the query. long_description = file: README.md author = Bryan Brancotte -- GitLab