Commit 8f4b2c3d985313c997c8057643872c0674f969c3

Authored by Rodrigo Souto
1 parent 5ac58e57

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 Developers
7 7 ==========
8 8  
  9 +Alan Freihof Tygel <alantygel@gmail.com>
9 10 Alessandro Palmeira <alessandro.palmeira@gmail.com>
10 11 Alessandro Palmeira + Caio C. Salgado <alessandro.palmeira@gmail.com>
11 12 Alessandro Palmeira + Caio Salgado <alessandro.palmeira@gmail.com>
... ...
debian/changelog
  1 +noosfero (0.39.2) unstable; urgency=low
  2 +
  3 + * Bugfixes release
  4 +
  5 + -- Rodrigo Souto <rodrigo@colivre.coop.br> Sat, 12 Jan 2013 10:13:46 +0000
  6 +
1 7 noosfero (0.39.1) unstable; urgency=low
2 8  
3 9 * Bugfixes release
... ...
lib/noosfero.rb
... ... @@ -2,7 +2,7 @@ require &#39;fast_gettext&#39;
2 2  
3 3 module Noosfero
4 4 PROJECT = 'noosfero'
5   - VERSION = '0.39.1'
  5 + VERSION = '0.39.2'
6 6  
7 7 def self.pattern_for_controllers_in_directory(dir)
8 8 disjunction = controllers_in_directory(dir).join('|')
... ...