Skip to content

Commit 891990b

Browse files
authored
Merge pull request #387 from donaldzou/v4.0.3-fix
Ready for v4.0.3
2 parents 6f681db + e9ab702 commit 891990b

File tree

5 files changed

+24
-24
lines changed

5 files changed

+24
-24
lines changed

src/dashboard.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
from flask.json.provider import DefaultJSONProvider
3535

36-
DASHBOARD_VERSION = 'v4.0.2'
36+
DASHBOARD_VERSION = 'v4.0.3'
3737
CONFIGURATION_PATH = os.getenv('CONFIGURATION_PATH', '.')
3838
DB_PATH = os.path.join(CONFIGURATION_PATH, 'db')
3939
if not os.path.isdir(DB_PATH):
-56 Bytes
Binary file not shown.
-252 Bytes
Binary file not shown.

src/static/app/dist/assets/index.css

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)