Commit a4558a07641c539a58f0c49fb372dff327209147

Authored by Rodrigo Souto
1 parent c90cf9e5

Bumping version 0.44.6

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (0.44.6) unstable; urgency=low
  2 +
  3 + * 0.44.5 Addendum
  4 +
  5 + -- Rodrigo Souto <rodrigo@colivre.coop.br> Wed, 27 Nov 2013 16:45:02 -0300
  6 +
1 7 noosfero (0.44.5) unstable; urgency=low
2 8  
3 9 * Bugfix release
... ...
lib/noosfero.rb
... ... @@ -3,7 +3,7 @@ require &#39;fast_gettext&#39;
3 3  
4 4 module Noosfero
5 5 PROJECT = 'noosfero'
6   - VERSION = '0.44.5'
  6 + VERSION = '0.44.6'
7 7  
8 8 def self.pattern_for_controllers_in_directory(dir)
9 9 disjunction = controllers_in_directory(dir).join('|')
... ...