Commit a717e2b7908280ebf7748ee081ce99e0e2a1ccbd

Authored by Rodrigo Souto
1 parent 89485c6e
Exists in staging

Bumping version 1.6.0

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (1.6.0) jessie-test; urgency=medium
  2 +
  3 + * Noosfero Stable 1.6.0
  4 +
  5 + -- Rodrigo Souto <rodrigo@colivre.coop.br> Wed, 14 Sep 2016 17:15:33 +0000
  6 +
1 noosfero (1.4) jessie-test; urgency=medium 7 noosfero (1.4) jessie-test; urgency=medium
2 8
3 * Noosfero 1.4 9 * Noosfero 1.4
lib/noosfero/version.rb
1 module Noosfero 1 module Noosfero
2 PROJECT = 'noosfero' 2 PROJECT = 'noosfero'
3 - VERSION = '1.5' 3 + VERSION = '1.6.0'
4 end 4 end
5 5
6 root = File.expand_path(File.dirname(__FILE__) + '/../..') 6 root = File.expand_path(File.dirname(__FILE__) + '/../..')