Skip to content

Commit

Permalink
Merge branch 'hotfix/1.6.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Aug 8, 2016
2 parents 125d6d6 + cf0b185 commit d9bd7aa
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
CHANGELOG
=========

Release 1.6.1
-------------

* Require eulfedora 1.6 or greater for debug filter and connection retries


Release 1.6 - Group Annotation
------------------------------

Expand Down
2 changes: 1 addition & 1 deletion readux/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version_info__ = (1, 6, 0, None)
__version_info__ = (1, 6, 1, None)


# Dot-connect all but the last. Last is dash-connected if not None.
Expand Down
4 changes: 4 additions & 0 deletions readux/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@

LOGIN_REDIRECT_URL = '/'

# use eulfedora filter to keep fedora credentials from showing up
# in debug stack traces and emails when an exception occurs in an api request
DEFAULT_EXCEPTION_REPORTER_FILTER = 'eulfedora.util.SafeExceptionReporterFilter'

# additional github permissions, for annotated volume export to github
SOCIAL_AUTH_GITHUB_SCOPE = ['public_repo']

Expand Down
5 changes: 3 additions & 2 deletions requirements/minimum.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django>=1.8,<1.9
eulxml>=0.22
eulfedora>=1.5
eulfedora>=1.6
# dev eulcm content model objects (until initial eulcm release)
-e git://github.com/emory-libraries/eulcm.git@4c97a98c79#egg=eulcm
# require at least downtime 1.0.4 for exempting exact urls
Expand All @@ -14,7 +14,8 @@ django-widget-tweaks
# NOTE: also want new enough dev version for python-requests support
-e git+https://github.com/rlskoeser/sunburnt.git@solr4-join-support#egg=sunburnt
# sunburnt requires *either* httplib2 or python-requests
requests
# eulfedora not yet compatible with requests 2.11
requests<2.11
eulcommon
# pidman client
-e git+https://github.com/emory-libraries/pidmanclient.git@release-1.2.0#egg=pidservices
Expand Down

0 comments on commit d9bd7aa

Please sign in to comment.