Skip to content

Commit 43aafd2

Browse files
committed
Release 0.1.4 bump
1 parent 5631fd1 commit 43aafd2

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-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.3
7+
django-dashboards==0.1.4
88
anyio==3.6.2
99
# via httpcore
1010
asgiref==3.6.0

docs/changelog.rst

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

88
.. _changelog:
99

10+
0.1.4 2023-06-14
11+
-----------------
12+
13+
- Only show dropdown in menu if more then one item
14+
- Added dark mode template to Plotly charts controlled by cookie
15+
- Added default spinner for chart loading
16+
- Added gauge component
17+
1018
0.1.3 2023-05-23
1119
-----------------
1220

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.3"
28+
release = "0.1.4"
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.3
3+
version = 0.1.4
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)