Skip to content

Commit

Permalink
🔖 Bump version to 3.2.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bart-maykin committed Dec 11, 2024
1 parent 09af377 commit 6cf2ae0
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Change history
==============

3.2.0 (2024-12-11)
==================

**Changes**

* Add support for Python 3.12
* Dropped support for Python < 3.10 and Django < 4.2
* Changed App Links from `change` to `view` in admin index

3.1.1 (2024-02-29)
==================

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Admin Index for Django
======================

:Version: 3.1.1
:Version: 3.2.0
:Download: https://pypi.org/project/django-admin-index/
:Source: https://github.com/maykinmedia/django-admin-index
:Keywords: django, admin, dashboard
Expand Down
2 changes: 1 addition & 1 deletion django_admin_index/locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: 3.1.1\n"
"Project-Id-Version: 3.2.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-29 22:25+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-admin-index",
"version": "3.1.1",
"version": "3.2.0",
"description": "====================== Admin Index for Django ======================",
"directories": {
"test": "tests"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "django-admin-index"
version = "3.1.1"
version = "3.2.0"
description = "Admin index for Django"
authors = [
{name = "Maykin Media", email = "[email protected]"}
Expand Down Expand Up @@ -75,7 +75,7 @@ python_classes = ["test_*"]
DJANGO_SETTINGS_MODULE = "tests.proj.settings"

[tool.bumpversion]
current_version = "3.1.1"
current_version = "3.2.0"
files = [
{filename = "pyproject.toml"},
{filename = "README.rst"},
Expand Down

0 comments on commit 6cf2ae0

Please sign in to comment.