diff --git a/RELEASE.rst b/RELEASE.rst index ce01da1309..1faf4eec80 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,15 @@ Release Notes ============= +Version 0.26.3 (Released December 18, 2024) +-------------- + +- simplify font loading (#1895) +- Update dependency onnxruntime to v1.20.1 (#1886) +- subscription email language update (#1892) +- Bump cross-spawn from 7.0.3 to 7.0.6 (#1834) +- Update dependency cryptography to v44 (#1887) + Version 0.26.2 (Released December 10, 2024) -------------- diff --git a/main/settings.py b/main/settings.py index 9bdce0071b..b8c801cbaf 100644 --- a/main/settings.py +++ b/main/settings.py @@ -33,7 +33,7 @@ from main.settings_pluggy import * # noqa: F403 from openapi.settings_spectacular import open_spectacular_settings -VERSION = "0.26.2" +VERSION = "0.26.3" log = logging.getLogger()