Skip to content

Commit e3c8df6

Browse files
committed
v3.0.2
1 parent 3c9c939 commit e3c8df6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ajax_select/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""JQuery-Ajax Autocomplete fields for Django Forms."""
2-
__version__ = "3.0.1"
2+
__version__ = "3.0.2"
33
__author__ = "crucialfelix"
44
__contact__ = "[email protected]"
55
__homepage__ = "https://github.com/crucialfelix/django-ajax-selects/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-ajax-selects"
3-
version = "3.0.1"
3+
version = "3.0.2"
44
description = "Edit ForeignKey, ManyToManyField and CharField in Django Admin using jQuery UI AutoComplete."
55
authors = ["Chris Sattinger <[email protected]>"]
66
repository = "https://github.com/crucialfelix/django-ajax-selects"

0 commit comments

Comments
 (0)