Skip to content

Commit

Permalink
Preparing for 5.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
awead committed Jun 6, 2015
1 parent 87251ae commit a642e9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 5.0.0

* Prevent Sufia from picking up Blacklight version 5.10 [Hector Correa]
* Update README to be more specific about dependency versions [Michael J. Giarlo]
* Pulled in code from curate to manage add/remove fields on edit forms. Also story #3978 [Carolyn Cole]
* Changing the file query to be a solr query for loading the file id, so we do not wait large file content to load. This speed up the runs significantly on systems with large file. [Carolyn Cole]
Expand Down
2 changes: 1 addition & 1 deletion SUFIA_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0.rc1
5.0.0
2 changes: 1 addition & 1 deletion lib/sufia/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sufia
VERSION = "5.0.0.rc1"
VERSION = "5.0.0"
end
2 changes: 1 addition & 1 deletion sufia-models/lib/sufia/models/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Sufia
module Models
VERSION = "5.0.0.rc1"
VERSION = "5.0.0"
end
end

0 comments on commit a642e9a

Please sign in to comment.