diff --git a/debian/changelog b/debian/changelog index 49e35bd..afc605d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.36.2) unstable; urgency=low + + * Bugfixes release + + -- Daniela Soares Feitosa Thu, 05 Apr 2012 15:11:04 -0300 + noosfero (0.36.1) unstable; urgency=low * Bug fix release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index e5a9a2b..02b2917 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -2,7 +2,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.36.1' + VERSION = '0.36.2' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2