diff --git a/RELEASE.rst b/RELEASE.rst index 74fd3b3ccc..bef8250e86 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.133.2 (Released April 30, 2019) +--------------- + +- Adds viewset for courseruns API, required serializer, and related tests + Version 0.133.1 (Released April 25, 2019) --------------- diff --git a/micromasters/settings.py b/micromasters/settings.py index 7d36443087..4b900e5a63 100644 --- a/micromasters/settings.py +++ b/micromasters/settings.py @@ -18,7 +18,7 @@ ) -VERSION = "0.133.1" +VERSION = "0.133.2" BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))