Skip to content

Commit b79566b

Browse files
committed
Update version numbers & copyright years for 0.9.2
1 parent c6d29b9 commit b79566b

File tree

9 files changed

+14
-13
lines changed

9 files changed

+14
-13
lines changed

CHANGES.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## Changes in 0.9.3 (in development)
1+
## Changes in 0.9.2
22

3+
- Update dataset handlers to deal with recent changes in the CDS
4+
backend API (fixes #68).
35
- Add `endpoint_url` and `cds_api_key` to store parameters schema
46
(fixes #65).
5-
6-
## Changes in 0.9.2
7-
7+
- Update example notebooks to use the `new_data_store` function
8+
(closes #70).
89
- Provide version number in `xcube_cds.__version__` and `xcube_cds.version`
910
rather than `xcube_cds.version.version` (closes #56).
1011
- Added support for sea ice thickness dataset (closes #61). This includes a

xcube_cds/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020-2021 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2023 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

xcube_cds/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020-2021 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2023 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

xcube_cds/datasets/reanalysis_era5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020-2021 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2023 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

xcube_cds/datasets/satellite_sea_ice_thickness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020-2022 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2023 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

xcube_cds/datasets/satellite_soil_moisture.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020-2021 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2023 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

xcube_cds/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020-2021 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2023 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

xcube_cds/store.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020-2021 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2023 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal

xcube_cds/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MIT License
22
#
3-
# Copyright (c) 2020-2021 Brockmann Consult GmbH
3+
# Copyright (c) 2020–2023 Brockmann Consult GmbH
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -20,4 +20,4 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
version = '0.9.3-dev.0'
23+
version = '0.9.2'

0 commit comments

Comments
 (0)