Skip to content

Commit 7cc715a

Browse files
committed
Update some URLs in the readme
1 parent 54fb6e9 commit 7cc715a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Changes in 0.9.4 (in development)
1+
## Changes in 1.0.0
22

33
- Move project configuration from `setup.py` to `pyproject.toml`. (#89)
44
- Remove `defaults` channel from environment configuration. (#86)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ of use for any datasets you want to acccess.
3535
You can obtain a CDS Personal Access Token as follows:
3636

3737
1. Create a user account on the
38-
[CDS Website](https://cds-beta.climate.copernicus.eu/).
38+
[CDS Website](https://cds.climate.copernicus.eu/).
3939
2. Log in to the website with your username and password.
40-
3. Navigate to your [user page](https://cds-beta.climate.copernicus.eu/profile),
40+
3. Navigate to your [user page](https://cds.climate.copernicus.eu/profile),
4141
where you can find your Personal Access Token.
4242

4343
#### Configure CDS API access
@@ -59,7 +59,7 @@ The datasets available through CDS have associated terms of use. Before
5959
accessing a dataset via the API, you must agree to its terms of use, which
6060
can only be done via the CDS website, as follows:
6161

62-
1. [Log in](https://cds-beta.climate.copernicus.eu) to the CDS website,
62+
1. [Log in](https://cds.climate.copernicus.eu) to the CDS website,
6363
and go to 'Datasets' to find the dataset you require.
6464
2. On the dataset's web page, select the ‘Download’ tab.
6565
3. Scroll to the bottom of the page, and you will see a section titled

xcube_cds/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.4.dev0"
23+
version = "1.0.0"

0 commit comments

Comments
 (0)