Skip to content

Commit

Permalink
Merge pull request #55 from edx/efischer/pytz
Browse files Browse the repository at this point in the history
Stop pinning pytz
  • Loading branch information
Eric Fischer committed Mar 23, 2017
2 parents 97aa555 + cf2fa28 commit 8ded4b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ django-model-utils==2.3.1
#djangorestframework>=3.1,<3.2
git+https://github.com/edx/django-rest-framework.git@3c72cb5ee5baebc4328947371195eae2077197b0#egg=djangorestframework==3.2.3
jsonfield==1.0.3
pytz==2015.2
pytz
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def load_requirements(*requirements_paths):

setup(
name='edx-submissions',
version='1.1.5',
version='1.1.6',
author='edX',
description='An API for creating submissions and scores.',
url='http://github.com/edx/edx-submissions.git',
Expand Down

0 comments on commit 8ded4b8

Please sign in to comment.