Skip to content

Commit

Permalink
Upgrade to Django 1.9 and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjeyd committed Mar 15, 2019
1 parent 9c3452b commit c5257c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==1.8
Django==1.9
jsonfield
oauth2==1.5.211
PyYAML
Expand All @@ -10,4 +10,4 @@ six
# test requirements
mock
ddt
prospector
prospector
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def package_data(pkg, root_list):
# Main ##############################################################
setup(
name='django_lti_tool_provider',
version='0.1.3',
version='0.1.4',
license="GNU AFFERO GENERAL PUBLIC LICENSE",
description='IMS LTI Tool Provider Django Applocation',
long_description=README,
Expand Down

0 comments on commit c5257c2

Please sign in to comment.