From f47be3b05fafd41b9430658c45f68a3f6153310d Mon Sep 17 00:00:00 2001 From: Doof Date: Fri, 26 Apr 2019 18:01:05 +0000 Subject: [PATCH 1/2] Release 0.133.2 --- RELEASE.rst | 5 +++++ micromasters/settings.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 74fd3b3ccc..49fd2bf0ca 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,6 +1,11 @@ Release Notes ============= +Version 0.133.2 +--------------- + +- 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__))) From 7c1d8a1ed8d99f7430ab2cf6480c6dd703988b0a Mon Sep 17 00:00:00 2001 From: Doof Date: Tue, 30 Apr 2019 19:33:30 +0000 Subject: [PATCH 2/2] Release date for 0.133.2 --- RELEASE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.rst b/RELEASE.rst index 49fd2bf0ca..bef8250e86 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,7 +1,7 @@ Release Notes ============= -Version 0.133.2 +Version 0.133.2 (Released April 30, 2019) --------------- - Adds viewset for courseruns API, required serializer, and related tests