Skip to content

Commit c8622fc

Browse files
committed
Preparing 1.0.1 release
1 parent 7c368fe commit c8622fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
## Changes in 1.0.1 (in development)
1+
## Changes in 1.0.1
22

33
### Fixes
44

55
* Fixed recurring issue where xcube server was unable to locate Python
6-
code downloaded from S3 when configuring dynamically computed dataset
6+
code downloaded from S3 when configuring dynamically computed datasets
77
(configuration `FileSystem: memory`) or augmenting existing datasets
88
by dynamically computed variables (configuration `Augmentation`). (#828)
99

xcube/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# The MIT License (MIT)
2-
# Copyright (c) 2022 by the xcube team and contributors
2+
# Copyright (c) 2023 by the xcube team and contributors
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a
55
# copy of this software and associated documentation files (the "Software"),
@@ -19,4 +19,4 @@
1919
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
2020
# DEALINGS IN THE SOFTWARE.
2121

22-
version = '1.0.1.dev1'
22+
version = '1.0.1'

0 commit comments

Comments
 (0)