diff --git a/RELEASE.rst b/RELEASE.rst index c7f1402d8f..f8c7a99c8a 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,13 @@ Release Notes ============= +Version 0.135.0 +--------------- + +- Revert "bump elasticsearch version (#4303)" +- remove passed from course progress for staff view (#4315) +- use fork of iso-3166-2.js for Kosovo country (#4314) + Version 0.134.0 (Released May 06, 2019) --------------- diff --git a/micromasters/settings.py b/micromasters/settings.py index eb982880f6..d84b6cb4ae 100644 --- a/micromasters/settings.py +++ b/micromasters/settings.py @@ -18,7 +18,7 @@ ) -VERSION = "0.134.0" +VERSION = "0.135.0" BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))