diff --git a/RELEASE.rst b/RELEASE.rst index 1b92bfee4..d510a92f9 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,12 @@ Release Notes ============= +Version 0.151.0 +--------------- + +- fix(external course sync): sync course run dates if they are missing (#3027) +- feat: ingest external course APIs (#2998) + Version 0.150.0 (Released June 24, 2024) --------------- diff --git a/mitxpro/settings.py b/mitxpro/settings.py index c2e99d50c..e6e03e099 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.150.0" +VERSION = "0.151.0" ENVIRONMENT = get_string( name="MITXPRO_ENVIRONMENT",