Skip to content

Commit

Permalink
Due to pin inside django.in other packages gives conflicting errors. …
Browse files Browse the repository at this point in the history
…Moved the django pin into constraints.txt.
  • Loading branch information
awais786 committed Jun 29, 2021
1 parent 6ba7cc9 commit ab46b2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.2.2

* Moved django pin from django.in to constraint.txt. Upgraded dependencies

# 2.2.1

* Upgraded dependencies
Expand Down
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 is_requirement(line):

setup(
name='edx-opaque-keys',
version='2.2.1',
version='2.2.2',
author='edX',
url='https://github.com/edx/opaque-keys',
classifiers=[
Expand Down

0 comments on commit ab46b2c

Please sign in to comment.