From 75ebbf5b72b4cdd1fae3377ce9a1ce9facca84fa Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 14 Jan 2014 13:25:21 +0000 Subject: [PATCH] Bumping version 0.45.2 --- debian/changelog | 6 ++++++ lib/noosfero.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index b03e033..94d75d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.45.2) unstable; urgency=low + + * Small release with a critical bugfix + + -- Rodrigo Souto Tue, 14 Jan 2014 13:25:18 +0000 + noosfero (0.45.1) unstable; urgency=low * Bugfix release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index d77eaef..ccabc10 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -3,7 +3,7 @@ require 'fast_gettext' module Noosfero PROJECT = 'noosfero' - VERSION = '0.45.1' + VERSION = '0.45.2' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2