Skip to content

Commit 72f2b1b

Browse files
committed
Updated version
1 parent eddab9f commit 72f2b1b

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

CHANGES.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
## Changes in 1.11.1 (in development)
1+
## Changes in 1.11.1
22

3-
### Other change
3+
* Improved the demos for the xcube Viewer server-side extensions in various ways (#1134):
4+
- enhanced user input validation
5+
- added error message label
6+
- fixed bugs in code
7+
- improved UI styles and general UX
48

59
* Added the following data stores to `Access Data` page in documentation:
610
`https`, `ftp`, `reference`, `smos`, `stac`, `stac-cdse`, `stac-xcube`, `gedidb`,
711
`eopf-zarr`, `esa-cci-kc`.
812

913
* Added link of xcube viewer documentation to `Viewer App` page in documentation.
1014

15+
* Bundled [xcube Viewer 1.6.1](https://github.com/xcube-dev/xcube-viewer/releases/tag/v1.6.1)
16+
17+
1118
## Changes in 1.11.0
1219

1320
This release is fully dedicated to a more efficient and robust approach
@@ -80,12 +87,6 @@ for dataset reprojection:
8087
- Updated schema for the `num_levels` parameter which now explains the parameter
8188
in more detail.
8289

83-
* Improved the demos for the xcube Viewer server-side extensions in various ways (#1134):
84-
- enhanced user input validation
85-
- added error message label
86-
- fixed bugs in code
87-
- improved UI styles and general UX
88-
8990
## Changes in 1.9.0
9091

9192
### Enhancements

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.11.1.dev0"
5+
version = "1.11.1"

0 commit comments

Comments
 (0)