diff --git a/debian/changelog b/debian/changelog index f260c85..b6f8c71 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.36.5) unstable; urgency=low + + * Bugfixes release + + -- Daniela Soares Feitosa Thu, 26 Apr 2012 00:49:32 -0300 + noosfero (0.36.4) unstable; urgency=low * Bugfix release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index ea53087..41ec517 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -2,7 +2,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.36.4' + VERSION = '0.36.5' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2