Skip to content

Commit

Permalink
Release 0.55.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysyngsun committed Apr 20, 2017
1 parent df9ddf7 commit fe94a74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release Notes
=============

Version 0.55.2
--------------

- Pin selenium container to a non-broken version
- Fixed typos in terms of service (#3090)
- Fixed bug with freeze grade management command not using the right value in a call

Version 0.55.1
--------------

Expand Down
2 changes: 1 addition & 1 deletion micromasters/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from django.core.exceptions import ImproperlyConfigured


VERSION = "0.55.1"
VERSION = "0.55.2"

CONFIG_PATHS = [
os.environ.get('MICROMASTERS_CONFIG', ''),
Expand Down

0 comments on commit fe94a74

Please sign in to comment.