Skip to content

Commit 7a343b7

Browse files
authored
Merge pull request #155 from IDEA-Research/release/0.12.2
Release/0.12.2
2 parents 7459fd7 + b15e097 commit 7a343b7

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

deepdataspace/server/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</head>
1010
<body>
1111
<div id="root"></div>
12-
<script src="/static/umi.67c220bb.js"></script>
12+
<script src="/static/umi.c30875f2.js"></script>
1313

1414
</body></html>

deepdataspace/server/static/p__Annotator__index.1fc40bde.async.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

deepdataspace/server/static/p__Annotator__index.8750e2fd.async.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deepdataspace/server/static/umi.67c220bb.js renamed to deepdataspace/server/static/umi.c30875f2.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deepdataspace/server/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</head>
1010
<body>
1111
<div id="root"></div>
12-
<script src="/static/umi.67c220bb.js"></script>
12+
<script src="/static/umi.c30875f2.js"></script>
1313

1414
</body></html>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
version = "0.12.1"
5+
version = "0.12.2"
66

77
description = "A tool for CV dataset labeling, visualizing and analysing"
88
with open("README.md", "r", encoding="utf8") as fp:

0 commit comments

Comments
 (0)