Skip to content

Commit 09661bb

Browse files
committed
Preparing 1.10.0
1 parent 762de86 commit 09661bb

File tree

8 files changed

+378
-366
lines changed

8 files changed

+378
-366
lines changed

CHANGES.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1-
## Changes in 1.9.2 (in development)
1+
## Changes in 1.10.0
2+
3+
### Enhancements
4+
5+
* Bundled [xcube Viewer 1.6.0](https://github.com/xcube-dev/xcube-viewer/releases/tag/v1.6.0)
6+
that comes with enhanced layer management.
7+
8+
### Other changes
29

310
* Make test suite compatible with click >=8.2.0 (#1155)
11+
412
* Pinned `tornado >=6.0,<6.5` due to an incompatibility with current
513
xcube server implementation.
614

715
## Changes in 1.9.1
816

917
### Enhancements
1018

19+
* Bundled [xcube Viewer 1.5.1](https://github.com/xcube-dev/xcube-viewer/releases/tag/v1.5.1)
20+
with many fixes.
21+
1122
* Introduced a server-side configuration attribute `EntrypointDatasetId` to specify
1223
the initial dataset that should be displayed in the viewer application upon loading. (#1135)
1324

xcube/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Permissions are hereby granted under the terms of the MIT License:
33
# https://opensource.org/licenses/MIT.
44

5-
version = "1.9.2.dev0"
5+
version = "1.10.0"

xcube/webapi/viewer/dist/assets/main-Brk5MQcB.js renamed to xcube/webapi/viewer/dist/assets/appReducer-94wa7pMY.js

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

xcube/webapi/viewer/dist/assets/html-DKpfi_M1.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.

xcube/webapi/viewer/dist/assets/html-vQ2Eg85V.js

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

xcube/webapi/viewer/dist/assets/main-CwPXzgeo.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.

xcube/webapi/viewer/dist/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<link rel="apple-touch-icon" href="./images/logo192.png"/>
2121
<link rel="manifest" href="./manifest.json"/>
2222
<title>xcube Viewer</title>
23-
<script type="module" crossorigin src="./assets/html-vQ2Eg85V.js"></script>
24-
<link rel="modulepreload" crossorigin href="./assets/main-Brk5MQcB.js">
25-
<link rel="stylesheet" crossorigin href="./assets/main-DjbLKPde.css">
23+
<script type="module" crossorigin src="./assets/html-DKpfi_M1.js"></script>
24+
<link rel="modulepreload" crossorigin href="./assets/appReducer-94wa7pMY.js">
25+
<link rel="stylesheet" crossorigin href="./assets/appReducer-DjbLKPde.css">
2626
</head>
2727
<body>
2828
<noscript>You need to enable JavaScript to run this app.</noscript>

0 commit comments

Comments
 (0)