Skip to content

Commit 0ca2bd1

Browse files
committed
1.0.1 release
1 parent bc688ea commit 0ca2bd1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
Version 1.0.1 [2022-04-07]
5+
--------------------------
6+
7+
- Fixed ``ImportError`` in click dependency of black
8+
(updated black dependency to ``black~=22.3.0``)
9+
- Fixed target link of pie charts which use group by queries
10+
411
Version 1.0.0 [2022-02-18]
512
--------------------------
613

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, 0, 'final')
1+
VERSION = (1, 0, 1, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)