diff --git a/History.txt b/History.txt index 6cef9a1..cd2f75d 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,9 @@ +=== 0.7.3 / 26.06.2012 + +* Fix Format borders +* see https://github.com/zdavatz/spreadsheet/pull/6 for full details. +* patches by uraki66@gmail.com + === 0.7.2 / 14.06.2012 * many changes by Mina Naguib diff --git a/lib/spreadsheet.rb b/lib/spreadsheet.rb index fd3a9ac..32c56b8 100644 --- a/lib/spreadsheet.rb +++ b/lib/spreadsheet.rb @@ -42,7 +42,7 @@ module Spreadsheet ## # The version of Spreadsheet you are using. - VERSION = '0.7.2' + VERSION = '0.7.3' ## # Default client Encoding. Change this value if your application uses a