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 29, 2024
2 parents fcdb384 + 045ce73 commit f6b71b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
=============

Version 0.17.12 (Released August 29, 2024)
---------------

- Remove Pathways (Coming Soon) (#1482)
- add to list dialog updates (#1463)
- Fix syntax that a pre-commit check was failing (#1480)

Version 0.17.11 (Released August 29, 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.11"
VERSION = "0.17.12"

log = logging.getLogger()

Expand Down

0 comments on commit f6b71b1

Please sign in to comment.