diff --git a/debian/changelog b/debian/changelog index 3ee8755..a082876 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.41.2) unstable; urgency=low + + * Bugfixes release + + -- Rodrigo Souto Wed, 17 Apr 2013 16:22:53 -0300 + noosfero (0.41.1) unstable; urgency=low * Bugfixes release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 401f6b7..e616068 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -2,7 +2,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.41.1' + VERSION = '0.41.2' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2