diff --git a/AUTHORS b/AUTHORS index e01ad90..bcf70d9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -6,6 +6,7 @@ noosfero, that's not a problem). Developers ========== +Alan Freihof Tygel Alessandro Palmeira Alessandro Palmeira + Caio C. Salgado Alessandro Palmeira + Caio Salgado diff --git a/debian/changelog b/debian/changelog index 208b28f..4131136 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.39.2) unstable; urgency=low + + * Bugfixes release + + -- Rodrigo Souto Sat, 12 Jan 2013 10:13:46 +0000 + noosfero (0.39.1) unstable; urgency=low * Bugfixes release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index d827581..392767a 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -2,7 +2,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.39.1' + VERSION = '0.39.2' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2