diff --git a/RELEASE.rst b/RELEASE.rst index 42a8dd4a41..22780ccdf3 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,18 @@ Release Notes ============= +Version 0.206.0 +--------------- + +- Only prompt for login for enrollable runs (#5051) +- fix: all DEDP courseware will be on mitxonline (#5055) +- Bump pillow from 8.2.0 to 8.3.2 (#5036) +- Add Course backend filter in course run admin list (#5052) +- update employment form design city field fix (#5053) +- Bump wagtail from 2.12.4 to 2.12.5 (#4980) +- V2 of login prompts for mitx online/edx +- fix degree and employment form fields (#5034) + Version 0.205.0 (Released September 15, 2021) --------------- diff --git a/micromasters/settings.py b/micromasters/settings.py index 440c22ea6d..fda7a7c3fc 100644 --- a/micromasters/settings.py +++ b/micromasters/settings.py @@ -19,7 +19,7 @@ from micromasters.sentry import init_sentry -VERSION = "0.205.0" +VERSION = "0.206.0" # initialize Sentry before doing anything else so we capture any config errors ENVIRONMENT = get_string('MICROMASTERS_ENVIRONMENT', 'dev')