diff --git a/debian/changelog b/debian/changelog index 316aa15..052dd8e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.47.6) unstable; urgency=low + + * Bugfixes release + + -- Daniela Soares Feitosa Thu, 29 Jan 2015 00:36:05 +0000 + noosfero (0.47.5) unstable; urgency=low * Bugfixes release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 7e93c58..5a71433 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -2,7 +2,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.47.5' + VERSION = '0.47.6' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2