From 3b722b1401d9f6ae6414bff94462d72f92d189f2 Mon Sep 17 00:00:00 2001 From: GriffinJ Date: Wed, 21 Aug 2019 12:56:59 -0400 Subject: [PATCH 1/2] Correcting the hydra-community e-mail address in RELEASING_HYDRA_HEAD --- RELEASING_HYDRA_HEAD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASING_HYDRA_HEAD.md b/RELEASING_HYDRA_HEAD.md index 39e56fcbc..c64233a98 100644 --- a/RELEASING_HYDRA_HEAD.md +++ b/RELEASING_HYDRA_HEAD.md @@ -5,4 +5,4 @@ 1. Release the gem to rubygems.org: `rake all:release` * If this is your first time pushing to rubygems.org, you will be prompted for your rubygems.org credentials, in which case do the following: `gem push; rake all:release` 1. If needed, push the new commit created in the previous step: `git push` -1. Send a release message to [samvera-tech](mailto:samvera-tech@googlegroups.com), [samvera-community](mailto:hydra-community@googlegroups.com), and [samvera-releases](mailto:samvera-releases@googlegroups.com) describing the changes (which you can copy from the GitHub release). +1. Send a release message to [samvera-tech](mailto:samvera-tech@googlegroups.com), [samvera-community](mailto:samvera-community@googlegroups.com), and [samvera-releases](mailto:samvera-releases@googlegroups.com) describing the changes (which you can copy from the GitHub release). From 776162f5eb1e3df3920a15f3b42b22b28431561d Mon Sep 17 00:00:00 2001 From: GriffinJ Date: Wed, 21 Aug 2019 13:15:56 -0400 Subject: [PATCH 2/2] Preparing for release 10.7.0 --- HYDRA_VERSION | 2 +- hydra-core/lib/hydra-head/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HYDRA_VERSION b/HYDRA_VERSION index 6842906c6..1bcdaf5fe 100644 --- a/HYDRA_VERSION +++ b/HYDRA_VERSION @@ -1 +1 @@ -10.6.2 +10.7.0 diff --git a/hydra-core/lib/hydra-head/version.rb b/hydra-core/lib/hydra-head/version.rb index fa4999ed3..23d3491c2 100644 --- a/hydra-core/lib/hydra-head/version.rb +++ b/hydra-core/lib/hydra-head/version.rb @@ -1,3 +1,3 @@ module HydraHead - VERSION = "10.6.1" + VERSION = "10.7.0" end