Skip to content

Commit

Permalink
Merge pull request #111 from eea/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
erral authored Apr 25, 2024
2 parents 170aa36 + 6704f14 commit d56b571
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions clms/addon/restapi/cart_dataset_search/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,7 @@ def get_needed_values(res):
),
downloadable_files=res.get("downloadable_files", {}),
original_projection=res.get("characteristics_projection", ""),
download_show_auxiliary_calendar=res.get(
"download_show_auxiliary_calendar", False
)
)
2 changes: 1 addition & 1 deletion clms/addon/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.7
10.8
5 changes: 5 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

10.8 - (2024-04-25)
---------------------------
* Change: Develop
[erral]

10.7 - (2024-03-19)
---------------------------
* Change: Develop
Expand Down

0 comments on commit d56b571

Please sign in to comment.