Skip to content

Commit

Permalink
Merge branch 'release' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Aug 28, 2024
2 parents 852067a + f481b03 commit c6e6c21
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Release Notes
=============

Version 0.17.9 (Released August 28, 2024)
--------------

- Update newrelic agent (#1464)
- Update actions/upload-artifact digest to 834a144 (#1396)
- Update snok/install-poetry digest to 76e04a9 (#1397)
- Update dependency ruff to v0.6.2 (#1426)
- Carousel accessibility improvements (#1462)
- Add search mode selector to admin (#1456)
- Update Python to v3.12.5 (#1398)
- Sloan ETL pipeline (#1394)
- Setup codespaces (#1444)
- fix certification search url (#1460)
- randomize the hero image (#1459)

Version 0.17.8 (Released August 26, 2024)
--------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from main.settings_pluggy import * # noqa: F403
from openapi.settings_spectacular import open_spectacular_settings

VERSION = "0.17.8"
VERSION = "0.17.9"

log = logging.getLogger()

Expand Down

0 comments on commit c6e6c21

Please sign in to comment.