Skip to content

Commit

Permalink
Release 0.105.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Oct 28, 2024
1 parent dcd2334 commit 3e42e01
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Release Notes
=============

Version 0.105.0
---------------

- Update dependency postcss to v8.4.47 (#2434)
- add css to refine dashboard after refine-antd upgrades to v4 (#2431)
- Update dependency @pankod/refine-antd to v4 (#2399)
- [pre-commit.ci] pre-commit autoupdate (#2273)
- Notifications set tab-index to -1 (#2426)

Version 0.104.2 (Released October 24, 2024)
---------------

Expand Down
2 changes: 1 addition & 1 deletion main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from main.celery_utils import OffsettingSchedule
from main.sentry import init_sentry

VERSION = "0.104.2"
VERSION = "0.105.0"

log = logging.getLogger()

Expand Down

0 comments on commit 3e42e01

Please sign in to comment.