Skip to content

Commit

Permalink
🔖 Bump version to 3.1.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Jul 14, 2023
1 parent 88d452e commit 063fb99
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = False
tag = False
current_version = 3.0.0
current_version = 3.1.0

[bumpversion:file:setup.cfg]

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Change history
==============

3.1.0 (2023-07-14)
==================

🌐 Added content translations support

You can now provide translations for the app group and link names, which are activated
based on the currently active language. You (optionally) provide translations through a
JSON datastructure, keyed by language code.

* Fixed supported django version badge.
* Added support for content translations.

3.0.0 (2023-05-03)
==================

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.0.0
:Version: 3.1.0
:Download: https://pypi.python.org/pypi/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/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# :copyright: (c) 2017, Maykin Media BV.
# All rights reserved.
# :license: BSD (3 Clause), see LICENSE for more details.
__version__ = "3.0.0"
__version__ = "3.1.0"
__author__ = "Joeri Bekker"
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.0.0",
"version": "3.1.0",
"description": "====================== Admin Index for Django ======================",
"directories": {
"test": "tests"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# see http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files
[metadata]
name = django-admin-index
version = 3.0.0
version = 3.1.0
description = Admin index for Django
long_description = file: README.rst
url = https://github.com/maykinmedia/django-admin-index
Expand Down

0 comments on commit 063fb99

Please sign in to comment.