Skip to content

Commit 6023a07

Browse files
authored
Merge pull request #6 from xcube-dev/konstntokas-xxx-prep_release
Prepare for release
2 parents c1afc1a + 3e3dd48 commit 6023a07

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Changes in 0.1.0 (In Development)
1+
## Changes in 0.1.0
22

33
* The initial version of the Multi-Source Data Store has been developed in
44
the `xcube_multistore` package. It supports the following features:

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- xarray
1414
- xcube >=1.9.0
1515
- xcube-cci >=0.11.2
16-
- xcube-cds >=0.9.3
16+
- xcube-cds >=1.0.0
1717
- xcube-clms >=0.2.2
1818
- xcube-stac >=0.2.0
1919
- xcube-zenodo >=1.0.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
"xarray",
3333
"xcube>=1.9.0",
3434
"xcube-cci>=0.11.2",
35-
"xcube-cds>=0.9.3",
35+
"xcube-cds>=1.0.0",
3636
"xcube-clms>=0.2.2",
3737
"xcube-stac>=0.2.0",
3838
"xcube-zenodo>=1.0.0",

xcube_multistore/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2020
# SOFTWARE.
2121

22-
version = "0.1.0.dev0"
22+
version = "0.1.0"

0 commit comments

Comments
 (0)