Commit e8e62974ec135d6a4767f1cdc8c0d62041f39600

Authored by Antonio Terceiro
Committed by Daniela Feitosa
1 parent 1422a69b

Bump version number

Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (0.36.1) unstable; urgency=low
  2 +
  3 + * Bug fix release
  4 +
  5 + -- Antonio Terceiro <terceiro@colivre.coop.br> Wed, 14 Mar 2012 17:30:26 -0300
  6 +
1 noosfero (0.36.0) unstable; urgency=low 7 noosfero (0.36.0) unstable; urgency=low
2 8
3 * Features version release 9 * Features version release
lib/noosfero.rb
1 module Noosfero 1 module Noosfero
2 PROJECT = 'noosfero' 2 PROJECT = 'noosfero'
3 - VERSION = '0.36.0' 3 + VERSION = '0.36.1'
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('|')