Skip to content

Commit 2c55111

Browse files
author
Kevin Hannegan
committed
update version
1 parent ec1b8d8 commit 2c55111

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## v0.5.20 (2020-09-20)
1+
## v0.5.21 (2020-10-13)
2+
3+
* Fix page css clases
4+
5+
## v0.5.20 (2020-10-13)
26

37
* Fix json encoder in `presalytics.lib.widgets.datatable.DataTableWidget`
48
* update Story Api Endpoints

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup, find_packages # noqa: H301
1111

1212
NAME = "presalytics"
13-
VERSION = "0.5.20"
13+
VERSION = "0.5.21"
1414

1515
# To install the library, run the following
1616
#

0 commit comments

Comments
 (0)