Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
odlbot committed May 22, 2019
1 parent 13bd873 commit 511f7a9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions RELEASE.rst
@@ -1,6 +1,18 @@
Release Notes
=============

Version 0.5.1
-------------

- Fixed encrypted response getting ascii-escaped
- add feature site nofication through cms (#309)
- Added hubspot ecommerce bridge (#276)
- Move Header Bundle back to Original Location
- Use query parameters when loading checkout page (#283)
- Fix coupon apply button bug (#296)
- Added SDN compliance api and data model
- Convert Sections to Generic

Version 0.5.0 (Released May 22, 2019)
-------------

Expand Down
2 changes: 1 addition & 1 deletion mitxpro/settings.py
Expand Up @@ -11,7 +11,7 @@

from mitxpro.envs import get_any, get_bool, get_int, get_string

VERSION = "0.5.0"
VERSION = "0.5.1"

# Build paths inside the project like this: os.path.join(BASE_DIR, ...)
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down

0 comments on commit 511f7a9

Please sign in to comment.