diff --git a/debian/changelog b/debian/changelog index 885d97c..c99c1f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.46.1) unstable; urgency=low + + * Bugfixes release + + -- Daniela Soares Feitosa Fri, 07 Mar 2014 10:33:11 +0000 + noosfero (0.46.0) unstable; urgency=low * New features release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 0cc1a27..443fe39 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -3,7 +3,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.46.0' + VERSION = '0.46.1' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2