Skip to content

Commit 0670658

Browse files
authored
Merge pull request #88 from unt-libraries/1.1.0-release
1.1.0 release
2 parents c1ad118 + 3fdfaa2 commit 0670658

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change Log
22
==========
33

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='django-nomination',
6-
version='1.0.3',
6+
version='1.1.0',
77
packages=find_packages(exclude=['tests*']),
88
description='',
99
long_description='See the home page for more information.',

0 commit comments

Comments
 (0)