Bumping to 1.5.0

This commit is contained in:
Rodrigo Flores 2011-11-13 19:16:21 -02:00
parent 301e24c06c
commit a71319a080
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
== 1.5.0.rc
== 1.5.0
* enhancements
* Timeoutable also skips tracking if skip_trackable is given

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "1.5.0.rc1".freeze
VERSION = "1.5.0".freeze
end