From d1b25d040dc1e740a409e58d6598b529d2342715 Mon Sep 17 00:00:00 2001 From: Joenio Costa Date: Tue, 27 Sep 2011 11:29:57 -0300 Subject: [PATCH] Bumping version number --- debian/changelog | 6 ++++++ lib/noosfero.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1f25667..579b192 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.32.1) unstable; urgency=low + + * Bugfix version release. + + -- Joenio Costa Tue, 27 Sep 2011 11:24:07 -0300 + noosfero (0.32.0) unstable; urgency=low * Features version release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 8350b60..341c2fb 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,6 +1,6 @@ module Noosfero PROJECT = 'noosfero' - VERSION = '0.32.0' + VERSION = '0.32.1' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2