There was an error while loading. Please reload this page.
1 parent ec1b8d8 commit 2c55111Copy full SHA for 2c55111
CHANGELOG.md
@@ -1,4 +1,8 @@
1
-## v0.5.20 (2020-09-20)
+## v0.5.21 (2020-10-13)
2
+
3
+* Fix page css clases
4
5
+## v0.5.20 (2020-10-13)
6
7
* Fix json encoder in `presalytics.lib.widgets.datatable.DataTableWidget`
8
* update Story Api Endpoints
setup.py
@@ -10,7 +10,7 @@
10
from setuptools import setup, find_packages # noqa: H301
11
12
NAME = "presalytics"
13
-VERSION = "0.5.20"
+VERSION = "0.5.21"
14
15
# To install the library, run the following
16
#
0 commit comments