From bd69689949373208419b1fb16f5e94fbf36efc8f Mon Sep 17 00:00:00 2001 From: Doof Date: Wed, 26 Jun 2024 08:36:29 +0000 Subject: [PATCH] Release 0.151.0 --- RELEASE.rst | 6 ++++++ mitxpro/settings.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",