Commit 635a6c6cde3918b4f1dd46c0b7956b57d8f07a09

Authored by Rodrigo Souto
1 parent ebbb202a

Bumping version to 0.31.2

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (0.31.2) lucid; urgency=low
  2 +
  3 + * Bugfix Version release.
  4 +
  5 + -- Rodrigo Souto <rodrigo@colivre.coop.br> Fri, 03 Jun 2011 13:35:36 -0300
  6 +
1 noosfero (0.31.1) unstable; urgency=low 7 noosfero (0.31.1) unstable; urgency=low
2 8
3 * Bugfix Version release. 9 * Bugfix Version release.
lib/noosfero.rb
1 module Noosfero 1 module Noosfero
2 PROJECT = 'noosfero' 2 PROJECT = 'noosfero'
3 - VERSION = '0.31.1' 3 + VERSION = '0.31.2'
4 4
5 def self.pattern_for_controllers_in_directory(dir) 5 def self.pattern_for_controllers_in_directory(dir)
6 disjunction = controllers_in_directory(dir).join('|') 6 disjunction = controllers_in_directory(dir).join('|')