Skip to content

Commit ea5f622

Browse files
committedJan 13, 2025·
Update default version
1 parent 5d2f424 commit ea5f622

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎CHANGELOG.rst

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Version 0.3.2
1010
=============
1111
- Fixed an issue when downloading activate data, because the variable
1212
keyword in the API has changed (`soil_moisture_saturation` -> `surface_soil_moisture`)
13+
- The default version for download is now v202312
1314

1415
Version 0.3.1
1516
=============

‎src/c3s_sm/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"-v",
4646
'--version',
4747
type=click.STRING,
48-
default="v202212",
48+
default="v202312",
4949
help="The C3S SM product version to download. "
5050
"Choose one that is on the CDS: "
5151
"e.g. deprecated_v20191, v201706, v201812, "

0 commit comments

Comments
 (0)
Please sign in to comment.