Skip to content

Commit efc0f90

Browse files
Bump version for 0.1.6 release
1 parent 6247a1e commit efc0f90

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
@@ -37,7 +37,7 @@ django-cors-headers==4.3.1
3737
# via
3838
# -r requirements.in
3939
# django-dashboards
40-
django-dashboards==0.1.5
40+
django-dashboards==0.1.6
4141
# via -r requirements.in
4242
django-eventstream==4.5.1
4343
# via -r requirements.in

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.6 2023-11-22
11+
-----------------
12+
13+
- Python 3.12 support and dependency updated.
14+
- Added new stat serializer.
15+
1016
0.1.5 2023-09-08
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.5"
28+
release = "0.1.6"
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.5
3+
version = 0.1.6
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)