diff --git a/debian/changelog b/debian/changelog index 0ab0038..5f88d2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.47.1) unstable; urgency=low + + * Bugfix release + + -- Rodrigo Souto Mon, 05 May 2014 19:10:51 +0000 + noosfero (0.47.0) unstable; urgency=low * New features release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index fc6d747..49ae913 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -2,7 +2,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.47.0' + VERSION = '0.47.1' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2