Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Feb 12, 2025
2 parents a295f34 + 937a517 commit b28659f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Release Notes
=============

Version 0.30.4 (Released February 12, 2025)
--------------

- Rename auth_user table to users_user (#2016)
- fix for staying under openai limits (#2041)
- Update dependency cryptography to v44.0.1 [SECURITY] (#2042)
- Remove `@lukemorales/query-key-factory`, unblock react-query v5 upgrade (#2040)

Version 0.30.3 (Released February 12, 2025)
--------------

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.30.3"
VERSION = "0.30.4"

log = logging.getLogger()

Expand Down

0 comments on commit b28659f

Please sign in to comment.