Skip to content

Commit

Permalink
Preparing for 7.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Sep 2, 2014
1 parent faf81b7 commit 9891d03
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.textile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
h3. 7.2.1 (2014-9-2)
* 2014-09-02: Fix problem Cannot define multiple 'included' blocks. #201 & #202

h3. 7.2.0 (2014-07-18)
* 2014-07-14: Unifying download response header behavior [Jeremy Friesen]
* 2014-07-17: Ability should use the rails logger rather than Loggable [Justin Coyne]
Expand Down
2 changes: 1 addition & 1 deletion HYDRA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.2.0
7.2.1
2 changes: 1 addition & 1 deletion hydra-core/lib/hydra-head/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module HydraHead
VERSION = "7.2.0"
VERSION = "7.2.1"
end

0 comments on commit 9891d03

Please sign in to comment.