Skip to content

Commit

Permalink
Merge pull request #88 from unt-libraries/1.1.0-release
Browse files Browse the repository at this point in the history
1.1.0 release
  • Loading branch information
ldko authored Mar 17, 2017
2 parents c1ad118 + 3fdfaa2 commit 0670658
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Change Log
==========

1.1.0
-----

* Removed assumptions that nominations will be for URLs with http scheme.[#67](https://github.com/unt-libraries/django-nomination/issues/67)
* Adjusted partial search to be scheme agnostic.
* Added scheme agnostic SURT browsing.[#80](https://github.com/unt-libraries/django-nomination/issues/80)
* Modified search by URL to allow alternate schemes when exact match is not available.
* Moved compiling of regular expressions outside of loops.[#38](https://github.com/unt-libraries/django-nomination/issues/38)
* Removed three unreachable branches in create_json_browse(). [#26](https://github.com/unt-libraries/django-nomination/issues/26)
* Removed 'except' branch in url_lookup view that never catches anything. [#31](https://github.com/unt-libraries/django-nomination/issues/31)

1.0.3
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-nomination',
version='1.0.3',
version='1.1.0',
packages=find_packages(exclude=['tests*']),
description='',
long_description='See the home page for more information.',
Expand Down

0 comments on commit 0670658

Please sign in to comment.