Skip to content

Commit 7e882a7

Browse files
authored
Merge pull request #1118 from xcube-dev/forman-1.8.2
Preparing release of 1.8.2
2 parents 6670bef + 4a3aabd commit 7e882a7

File tree

5 files changed

+163
-157
lines changed

5 files changed

+163
-157
lines changed

CHANGES.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
## Changes in 1.8.2 (in development)
1+
## Changes in 1.8.2
2+
3+
* Bundled xcube Viewer
4+
[1.4.1](https://github.com/xcube-dev/xcube-viewer/releases/tag/v1.4.1)
5+
with fixes regarding the _share_ feature.
26

37
* No longer logging a `TypeError` if xcube server's
48
`GET viewer/ext/contributions` is called without any

examples/serve/panels-demo/config.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Viewer:
33
Path: ""
44
Extensions:
55
- my_viewer_ext.ext
6+
Persistence:
7+
Path: memory://states
68

79
DatasetChunkCacheSize: 100M
810

xcube/version.py

+1-1
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.8.2.dev0"
5+
version = "1.8.2"

0 commit comments

Comments
 (0)