From d55947b1257845a6083d483371928938ab351809 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Mon, 8 Feb 2016 08:37:02 -0600 Subject: [PATCH] Preparing for 9.7.1 release --- HISTORY.textile | 3 +++ HYDRA_VERSION | 2 +- hydra-core/lib/hydra-head/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.textile b/HISTORY.textile index 10bdf1044..27bd397aa 100644 --- a/HISTORY.textile +++ b/HISTORY.textile @@ -1,3 +1,6 @@ +h3. 9.7.1 (2016-02-08) +* 2016-02-06: Use test variable for test solr port if available [Justin Coyne] + h3. 9.7.0 (2016-02-05) * 2016-02-05: Replace Jettywrapper with fcrepo_wrapper [Justin Coyne] * 2016-01-26: Allow Hydra::PermissionsSolrDocument to autoload [Justin Coyne] diff --git a/HYDRA_VERSION b/HYDRA_VERSION index a458a24cc..ff32e7685 100644 --- a/HYDRA_VERSION +++ b/HYDRA_VERSION @@ -1 +1 @@ -9.7.0 +9.7.1 diff --git a/hydra-core/lib/hydra-head/version.rb b/hydra-core/lib/hydra-head/version.rb index 2a7a26d83..a05bcb552 100644 --- a/hydra-core/lib/hydra-head/version.rb +++ b/hydra-core/lib/hydra-head/version.rb @@ -1,3 +1,3 @@ module HydraHead - VERSION = "9.7.0" + VERSION = "9.7.1" end