Skip to content

Commit e8dfb53

Browse files
authored
Merge pull request #95 from maykinmedia/release-3.2.0
🔖 version 4.0.0
2 parents 09af377 + be9dfec commit e8dfb53

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

CHANGELOG.rst

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Change history
33
==============
44

5+
4.0.0 (2024-12-11)
6+
==================
7+
8+
**Changes**
9+
10+
* Add support for Python 3.12
11+
* Dropped support for Python < 3.10 and Django < 4.2
12+
* Changed App Links from `change` to `view` in admin index
13+
514
3.1.1 (2024-02-29)
615
==================
716

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Admin Index for Django
33
======================
44

5-
:Version: 3.1.1
5+
:Version: 4.0.0
66
:Download: https://pypi.org/project/django-admin-index/
77
:Source: https://github.com/maykinmedia/django-admin-index
88
:Keywords: django, admin, dashboard

django_admin_index/locale/nl/LC_MESSAGES/django.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: 3.1.1\n"
9+
"Project-Id-Version: 4.0.0\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2024-02-29 22:25+0100\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "django-admin-index",
3-
"version": "3.1.1",
3+
"version": "4.0.0",
44
"description": "====================== Admin Index for Django ======================",
55
"directories": {
66
"test": "tests"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "django-admin-index"
7-
version = "3.1.1"
7+
version = "4.0.0"
88
description = "Admin index for Django"
99
authors = [
1010
{name = "Maykin Media", email = "[email protected]"}
@@ -75,7 +75,7 @@ python_classes = ["test_*"]
7575
DJANGO_SETTINGS_MODULE = "tests.proj.settings"
7676

7777
[tool.bumpversion]
78-
current_version = "3.1.1"
78+
current_version = "4.0.0"
7979
files = [
8080
{filename = "pyproject.toml"},
8181
{filename = "README.rst"},

0 commit comments

Comments
 (0)