From 003856fec5f22c277f8ed95bfb9c718e6872484d Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Tue, 1 Mar 2011 17:00:49 -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 98a75e5..d9dcb52 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.29.1) unstable; urgency=low + + * Bugfixes Version release. (Closes: AI#1908) + + -- Daniela Soares Feitosa Tue, 01 Mar 2011 17:01:37 -0300 + noosfero (0.29.0) unstable; urgency=low * Features Version release. diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 447f367..8fa7ecf 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,6 +1,6 @@ module Noosfero PROJECT = 'noosfero' - VERSION = '0.29.0' + VERSION = '0.29.1' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2