Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
crucialfelix committed Dec 14, 2023
1 parent be06d58 commit bf9f7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ajax_select/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""JQuery-Ajax Autocomplete fields for Django Forms."""
__version__ = "3.0.0"
__version__ = "3.0.1"
__author__ = "crucialfelix"
__contact__ = "[email protected]"
__homepage__ = "https://github.com/crucialfelix/django-ajax-selects/"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-ajax-selects"
version = "3.0.0"
version = "3.0.1"
description = "Edit ForeignKey, ManyToManyField and CharField in Django Admin using jQuery UI AutoComplete."
authors = ["Chris Sattinger <[email protected]>"]
repository = "https://github.com/crucialfelix/django-ajax-selects"
Expand Down

0 comments on commit bf9f7c9

Please sign in to comment.