Skip to content

Commit

Permalink
Merge pull request #106 from edx/mikix/prep-1.0
Browse files Browse the repository at this point in the history
Bump version to 1.0.0 and add a changelog entry
  • Loading branch information
mikix authored May 28, 2019
2 parents 16deefc + 3c22a9a commit 4dbd007
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Unreleased

# 1.0.0

* Remove to_deprecated_string and from_deprecated_string API methods
* Support OpaqueKeyField lookups by string
* Support more recent versions of the hypothesis Python module
* Support Python 3.6 instead of 3.5

# 0.4.4

* Remove pytest-django as a dependency of the optional Django support; it's
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

0 comments on commit 4dbd007

Please sign in to comment.