Skip to content

Commit 4937b64

Browse files
pandafynemesifier
authored andcommitted
1.0.2 release
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
1 parent 3f7bc82 commit 4937b64

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
Changelog
22
=========
33

4+
Version 1.0.2 [2022-07-01]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed empty charts showing annotations from
11+
the previous chart
12+
- Fixed dashboard template ``extra_config`` getting
13+
over-written when multiple dashboard templates
14+
are used
15+
- Fixed `empty dashboard charts not displaying total as "0"
16+
<https://github.com/openwisp/openwisp-utils/issues/301>`_
17+
418
Version 1.0.1 [2022-04-07]
519
--------------------------
620

21+
Bugfixes
22+
~~~~~~~~
23+
724
- Fixed ``ImportError`` in click dependency of black
825
(updated black dependency to ``black~=22.3.0``)
926
- Fixed target link of pie charts which use group by queries

openwisp_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 0, 1, 'final')
1+
VERSION = (1, 0, 2, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)