diff --git a/debian/changelog b/debian/changelog index 90ae63e..3ee8755 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.41.1) unstable; urgency=low + + * Bugfixes release + + -- Rodrigo Souto Fri, 08 Mar 2013 11:33:11 -0300 + noosfero (0.41.0) unstable; urgency=low * Features version with anti spam-bot measures diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 07a3497..401f6b7 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -2,7 +2,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.41.0' + VERSION = '0.41.1' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2