File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ## Changes in 0.1.0 (In Development)
1
+ ## Changes in 0.1.0
2
2
3
3
* The initial version of the Multi-Source Data Store has been developed in
4
4
the ` xcube_multistore ` package. It supports the following features:
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies:
13
13
- xarray
14
14
- xcube >=1.9.0
15
15
- xcube-cci >=0.11.2
16
- - xcube-cds >=0.9.3
16
+ - xcube-cds >=1.0.0
17
17
- xcube-clms >=0.2.2
18
18
- xcube-stac >=0.2.0
19
19
- xcube-zenodo >=1.0.0
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies = [
32
32
" xarray" ,
33
33
" xcube>=1.9.0" ,
34
34
" xcube-cci>=0.11.2" ,
35
- " xcube-cds>=0.9.3 " ,
35
+ " xcube-cds>=1.0.0 " ,
36
36
" xcube-clms>=0.2.2" ,
37
37
" xcube-stac>=0.2.0" ,
38
38
" xcube-zenodo>=1.0.0" ,
Original file line number Diff line number Diff line change 19
19
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20
20
# SOFTWARE.
21
21
22
- version = "0.1.0.dev0 "
22
+ version = "0.1.0"
You can’t perform that action at this time.
0 commit comments