Skip to content

Commit 14fa116

Browse files
Bump version
1 parent 2c6e93c commit 14fa116

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

demos/dashboard/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile
66
#
7-
django-dashboards==0.1.4
7+
django-dashboards==0.1.5
88
anyio==3.6.2
99
# via httpcore
1010
asgiref==3.6.0

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ For an overview of what has changed between versions, see the :ref:`changelog`.
77

88
.. _changelog:
99

10+
0.1.5 2023-09-08
11+
-----------------
12+
13+
- Improvement of rendering hooks per component & refactor how media on components is defined.
14+
- Updated django versions
15+
1016
0.1.4 2023-06-14
1117
-----------------
1218

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
project = "django-dashboards"
2626
copyright = "2023, Wildfish"
2727
author = "Wildfish"
28-
release = "0.1.4"
28+
release = "0.1.5"
2929

3030
# -- General configuration ---------------------------------------------------
3131
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-dashboards
3-
version = 0.1.4
3+
version = 0.1.5
44
description = Tools for building data dashboards with Django
55
long_description = file: README.rst
66
url = https://github.com/wildfish/django-dashboards

0 commit comments

Comments
 (0)