Commit 0db12ddd90a822c06902005bb1fac9d7871ab0d6

Authored by Rodrigo Souto
1 parent 7fe595f0

Bumping version to 0.31.3

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