diff --git a/RELEASE.rst b/RELEASE.rst index 1843be56d..d215af7f2 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,14 @@ Release Notes ============= +Version 0.133.0 (Released November 02, 2023) +--------------- + +- fix(deps): update dependency pytest and mitol-django-* (#2809) +- feat: add xpro catalog link when no courseware is associated (#2801) +- chore(deps): update dependency pytest-mock to v3.12.0 (#2803) +- fix(deps): update dependency django to v3.2.22 (#2802) + Version 0.132.2 (Released October 23, 2023) --------------- diff --git a/mitxpro/settings.py b/mitxpro/settings.py index faa444a7c..845cf0146 100644 --- a/mitxpro/settings.py +++ b/mitxpro/settings.py @@ -27,7 +27,7 @@ from mitxpro.celery_utils import OffsettingSchedule from mitxpro.sentry import init_sentry -VERSION = "0.132.2" +VERSION = "0.133.0" ENVIRONMENT = get_string( name="MITXPRO_ENVIRONMENT",