Skip to content

Commit

Permalink
prepare release of 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasstorm committed Aug 28, 2023
1 parent 22eaa79 commit 35eaa31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Changes in 1.2.0 (in development)
## Changes in 1.2.0

* Added a new, experimental `/compute` API to xcube server.
It comprises the following endpoints:
Expand Down Expand Up @@ -26,6 +26,8 @@
* Introduced new parameter `region` for utility function `new_cluster` in
`xcube.util.dask` which will ensure coiled creates the dask cluster in the
prefered default region: eu-central-1. (#882)
* Server offers the function `add_place_group` in `places/context.py`,
which allows plugins to add place groups from external sources.


## Changes in 1.1.3 (in development)
Expand All @@ -51,9 +53,6 @@

## Changes in 1.1.1

* Server offers the function `add_place_group` in `places/context.py`,
which allows plugins to add place groups from external sources.

* Bundled new build of [xcube-viewer 1.1.0.1](https://github.com/dcs4cop/xcube-viewer/releases/tag/v1.1.0)
that will correctly respect a given xcube server from loaded from the
viewer configuration.
Expand Down
2 changes: 1 addition & 1 deletion xcube/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
# DEALINGS IN THE SOFTWARE.

version = '1.2.0.dev0'
version = '1.2.0'

0 comments on commit 35eaa31

Please sign in to comment.