Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.79.2 #2151

Merged
merged 3 commits into from
Mar 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.79.2
--------------

- Bump httplib2 from 0.18.0 to 0.19.0 (#2150)

Version 0.79.1 (Released March 17, 2021)
--------------

Expand Down
2 changes: 1 addition & 1 deletion mitxpro/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from mitxpro.celery_utils import OffsettingSchedule
from mitxpro.sentry import init_sentry

VERSION = "0.79.1"
VERSION = "0.79.2"

ENVIRONMENT = get_string(
name="MITXPRO_ENVIRONMENT",
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ html5lib==1.1
# via
# mitol-django-mail
# wagtail
httplib2==0.18.0
httplib2==0.19.0
# via
# google-api-python-client
# google-auth-httplib2
Expand Down Expand Up @@ -258,6 +258,8 @@ pynacl==1.3.0
# via -r requirements.in
pyopenssl==17.5.0
# via django-server-status
pyparsing==2.4.7
# via httplib2
python-dateutil==2.5.3
# via
# botocore
Expand Down