Skip to content

Commit

Permalink
VERSION 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wickeym committed May 17, 2021
1 parent 83d80ce commit 2368989
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.5.2
- Fix Add support to set Number icon in widgets python file.

## 0.5.1
- Fix Allow setting xAxisType/yAxisType to defualt (number) or time.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "django-dashing",
"version": "0.5.1",
"version": "0.5.2",
"description": "`django-dashing` is a customisable, modular dashboard application framework for Django to visualize interesting data about your project.",
"directories": {
"doc": "docs",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='django3-dashing',
version='0.5.1',
version='0.5.2',
packages=['dashing'],
include_package_data=True,
license='MIT License',
Expand Down

0 comments on commit 2368989

Please sign in to comment.