Skip to content

Commit

Permalink
Release 0.73.1
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Sep 1, 2017
1 parent 3cbd831 commit 450796e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RELEASE.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release Notes
=============

Version 0.73.1
--------------

- Delete failed users when course run grading status is complete (#3506)

Version 0.73.0
--------------

Expand Down
2 changes: 1 addition & 1 deletion micromasters/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
)


VERSION = "0.73.0"
VERSION = "0.73.1"


BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down

0 comments on commit 450796e

Please sign in to comment.