Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Oct 14, 2022
1 parent 0e41419 commit f2ddece
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
@@ -1,7 +1,7 @@
Changelog
=========

**4.0.0 (unreleased)**
**4.0.0 (Oct 14, 2022)**

* Officially support Django 4.1
* Fixed: Django 4.1 autocomplete on newly added nested inlines by dispatching
Expand Down
2 changes: 1 addition & 1 deletion nested_admin/__init__.py
Expand Up @@ -14,7 +14,7 @@
import django.forms.formsets
import monkeybiz

__version__ = "3.4.0"
__version__ = "4.0.0"

# import mapping to objects in other modules
all_by_module = {
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -68,15 +68,14 @@
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Framework :: Django",
"Framework :: Django :: 2.2",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit f2ddece

Please sign in to comment.