Skip to content

Commit

Permalink
Update default version
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Jan 13, 2025
1 parent 5d2f424 commit ea5f622
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Version 0.3.2
=============
- Fixed an issue when downloading activate data, because the variable
keyword in the API has changed (`soil_moisture_saturation` -> `surface_soil_moisture`)
- The default version for download is now v202312

Version 0.3.1
=============
Expand Down
2 changes: 1 addition & 1 deletion src/c3s_sm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"-v",
'--version',
type=click.STRING,
default="v202212",
default="v202312",
help="The C3S SM product version to download. "
"Choose one that is on the CDS: "
"e.g. deprecated_v20191, v201706, v201812, "
Expand Down

0 comments on commit ea5f622

Please sign in to comment.