-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sami El Achi
committed
Mar 29, 2024
1 parent
1e341fd
commit 1d9abc9
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
import django | ||
|
||
version = "2.6.1" | ||
version = "2.7.0" | ||
|
||
if django.VERSION < (3, 2): | ||
default_app_config = "jazzmin.apps.JazzminConfig" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "django-jazzmin" | ||
version = "2.6.1" | ||
description = "Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 4 to make yo' admin look jazzy" | ||
version = "2.7.0" | ||
description = "Drop-in theme for django admin, that utilises AdminLTE 3 & Bootstrap 5 to make yo' admin look jazzy" | ||
license = "MIT" | ||
authors = ["Shipit <[email protected]>"] | ||
maintainers = ["Shipit <[email protected]>"] | ||
|