From e3c8df673ef7d0487ce4b9c456ee8c81976bac4e Mon Sep 17 00:00:00 2001 From: Chris Sattinger Date: Wed, 10 Jan 2024 10:34:28 +0100 Subject: [PATCH] v3.0.2 --- ajax_select/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ajax_select/__init__.py b/ajax_select/__init__.py index 39da7069ac..37a4d9719b 100644 --- a/ajax_select/__init__.py +++ b/ajax_select/__init__.py @@ -1,5 +1,5 @@ """JQuery-Ajax Autocomplete fields for Django Forms.""" -__version__ = "3.0.1" +__version__ = "3.0.2" __author__ = "crucialfelix" __contact__ = "crucialfelix@gmail.com" __homepage__ = "https://github.com/crucialfelix/django-ajax-selects/" diff --git a/pyproject.toml b/pyproject.toml index 5d437e0051..e312403929 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-ajax-selects" -version = "3.0.1" +version = "3.0.2" description = "Edit ForeignKey, ManyToManyField and CharField in Django Admin using jQuery UI AutoComplete." authors = ["Chris Sattinger "] repository = "https://github.com/crucialfelix/django-ajax-selects"