Commit 8f4b2c3d985313c997c8057643872c0674f969c3
1 parent
5ac58e57
Exists in
master
and in
28 other branches
Bumping to version 0.39.2
Showing
3 changed files
with
8 additions
and
1 deletions
Show diff stats
AUTHORS
@@ -6,6 +6,7 @@ noosfero, that's not a problem). | @@ -6,6 +6,7 @@ noosfero, that's not a problem). | ||
6 | Developers | 6 | Developers |
7 | ========== | 7 | ========== |
8 | 8 | ||
9 | +Alan Freihof Tygel <alantygel@gmail.com> | ||
9 | Alessandro Palmeira <alessandro.palmeira@gmail.com> | 10 | Alessandro Palmeira <alessandro.palmeira@gmail.com> |
10 | Alessandro Palmeira + Caio C. Salgado <alessandro.palmeira@gmail.com> | 11 | Alessandro Palmeira + Caio C. Salgado <alessandro.palmeira@gmail.com> |
11 | Alessandro Palmeira + Caio Salgado <alessandro.palmeira@gmail.com> | 12 | Alessandro Palmeira + Caio Salgado <alessandro.palmeira@gmail.com> |
debian/changelog
lib/noosfero.rb
@@ -2,7 +2,7 @@ require 'fast_gettext' | @@ -2,7 +2,7 @@ require 'fast_gettext' | ||
2 | 2 | ||
3 | module Noosfero | 3 | module Noosfero |
4 | PROJECT = 'noosfero' | 4 | PROJECT = 'noosfero' |
5 | - VERSION = '0.39.1' | 5 | + VERSION = '0.39.2' |
6 | 6 | ||
7 | def self.pattern_for_controllers_in_directory(dir) | 7 | def self.pattern_for_controllers_in_directory(dir) |
8 | disjunction = controllers_in_directory(dir).join('|') | 8 | disjunction = controllers_in_directory(dir).join('|') |