Skip to content

Commit

Permalink
Release 0.206.0
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed Sep 22, 2021
1 parent 697c708 commit 01efb36
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -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)
---------------

Expand Down
2 changes: 1 addition & 1 deletion micromasters/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 01efb36

Please sign in to comment.