Skip to content

Commit

Permalink
v0.19.1: Fix legend path to match specification
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Mar 6, 2024
1 parent 44917b2 commit c7d0950
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.19.1 (2024-03-06)

* Fix ingest code to put legends in the location mandated by the specification.


# v0.19.0 (2024-03-05)

* Set `Cache-Control: max-age=900` header in NGINX server
Expand Down
2 changes: 1 addition & 1 deletion VERSION.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export SERVER_VERSION="v0.19.0"
export SERVER_VERSION="v0.19.1"
2 changes: 1 addition & 1 deletion snow_today_webapp_ingest/constants/paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
OUTPUT_REGIONS_SUBDIR = Path('regions')
OUTPUT_REGIONS_SHAPES_SUBDIR = OUTPUT_REGIONS_SUBDIR / "shapes"
OUTPUT_REGIONS_COGS_SUBDIR = OUTPUT_REGIONS_SUBDIR / "cogs"
OUTPUT_LEGENDS_SUBDIR = Path('legends')
OUTPUT_LEGENDS_SUBDIR = OUTPUT_REGIONS_SUBDIR / "legends"
OUTPUT_PLOTS_SUBDIR = Path('plots')
OUTPUT_POINTS_SUBDIR = Path('points')

Expand Down

0 comments on commit c7d0950

Please sign in to comment.