Skip to content

Commit 0cc6363

Browse files
committed
chore: version 0.1.8
1 parent 53c3606 commit 0cc6363

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.8 2024-10-08
11+
-----------------
12+
13+
- Updated plotly to 5.24.1 (https://github.com/wildfish/django-dashboards/issues/29)
14+
- Fixed failing mypy checks
15+
1016
0.1.7 2023-12-14
1117
-----------------
1218

demos/dashboard/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ django-cors-headers==4.3.1
3737
# via
3838
# -r requirements.in
3939
# django-dashboards
40-
django-dashboards==0.1.7
40+
django-dashboards==0.1.8
4141
# via -r requirements.in
4242
django-eventstream==4.5.1
4343
# via -r requirements.in

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.7
3+
version = 0.1.8
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)