Commit 49e6135e44b99373ca5b0a44373476c09a9734a7
1 parent
c34cadf1
Exists in
master
and in
28 other branches
Bumping version 0.46.1
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
debian/changelog
1 | +noosfero (0.46.1) unstable; urgency=low | ||
2 | + | ||
3 | + * Bugfixes release | ||
4 | + | ||
5 | + -- Daniela Soares Feitosa <daniela@colivre.coop.br> Fri, 07 Mar 2014 10:33:11 +0000 | ||
6 | + | ||
1 | noosfero (0.46.0) unstable; urgency=low | 7 | noosfero (0.46.0) unstable; urgency=low |
2 | 8 | ||
3 | * New features release | 9 | * New features release |
lib/noosfero.rb
@@ -3,7 +3,7 @@ require 'fast_gettext' | @@ -3,7 +3,7 @@ require 'fast_gettext' | ||
3 | 3 | ||
4 | module Noosfero | 4 | module Noosfero |
5 | PROJECT = 'noosfero' | 5 | PROJECT = 'noosfero' |
6 | - VERSION = '0.46.0' | 6 | + VERSION = '0.46.1' |
7 | 7 | ||
8 | def self.pattern_for_controllers_in_directory(dir) | 8 | def self.pattern_for_controllers_in_directory(dir) |
9 | disjunction = controllers_in_directory(dir).join('|') | 9 | disjunction = controllers_in_directory(dir).join('|') |