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 21, 2024
2 parents a89ef3d + ebec12e commit a33484d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
=============

Version 0.17.6 (Released August 21, 2024)
--------------

- change default og:image (#1449)

Version 0.17.5 (Released August 21, 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.5"
VERSION = "0.17.6"

log = logging.getLogger()

Expand Down

0 comments on commit a33484d

Please sign in to comment.