Commit 988453cae31e37907fee07beaae0432ae39f13ed
1 parent
a4b434ce
Exists in
master
and in
29 other branches
Bumping version 0.31.5
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
debian/changelog
1 | +noosfero (0.31.5) unstable; urgency=low | ||
2 | + | ||
3 | + * Bugfix version release | ||
4 | + | ||
5 | + -- Daniela Soares Feitosa <daniela@colivre.coop.br> Mon, 15 Aug 2011 18:20:13 -0300 | ||
6 | + | ||
1 | noosfero (0.31.3) unstable; urgency=low | 7 | noosfero (0.31.3) 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.3' | 3 | + VERSION = '0.31.5' |
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('|') |