Skip to content

Commit

Permalink
Prepare for a package release.
Browse files Browse the repository at this point in the history
Doing this as a major version upgrade because we were previously pinning
the djangorestframework library.  If upstream projects were relying on
us pinning it to stick to a specific version, our change might break
them.
  • Loading branch information
feanil committed May 1, 2019
1 parent 7743219 commit 6d61554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion organizations/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
edx-organizations app initialization module
"""
__version__ = '1.0.1' # pragma: no cover
__version__ = '2.0.1' # pragma: no cover

0 comments on commit 6d61554

Please sign in to comment.