diff --git a/RELEASE.rst b/RELEASE.rst index 67092361e..b620d808a 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,12 @@ Release Notes ============= +Version 0.105.6 +--------------- + +- Set change status on deferal request (#2457) +- Add weekly hours (#2454) + Version 0.105.5 (Released November 20, 2024) --------------- diff --git a/main/settings.py b/main/settings.py index 4d3d9edcb..56540aca0 100644 --- a/main/settings.py +++ b/main/settings.py @@ -29,7 +29,7 @@ from main.celery_utils import OffsettingSchedule from main.sentry import init_sentry -VERSION = "0.105.5" +VERSION = "0.105.6" log = logging.getLogger()