Skip to content

Commit

Permalink
🔖 Bump version to 3.1.1 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Feb 29, 2024
1 parent 8daa20e commit 73d758c
Show file tree
Hide file tree
Showing 7 changed files with 16 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.1.0
current_version = 3.1.1

[bumpversion:file:setup.cfg]

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

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

Bugfix release

* Fixed N + 1 query regression introduced in 3.1.0
* Fixed typos in README
* Formatted the code with latest black version
* Added missing Dutch translations

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

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ include LICENSE
recursive-include django_admin_index *.html
recursive-include django_admin_index *.txt
recursive-include django_admin_index *.po
recursive-include django_admin_index *.mo
recursive-include django_admin_index/static *.css
recursive-include django_admin_index/static *.css.map
recursive-include scss *.scss
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.0
:Version: 3.1.1
: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.1.0"
__version__ = "3.1.1"
__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.1.0",
"version": "3.1.1",
"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.1.0
version = 3.1.1
description = Admin index for Django
long_description = file: README.rst
url = https://github.com/maykinmedia/django-admin-index
Expand Down

0 comments on commit 73d758c

Please sign in to comment.