Commit eafe5bc0de5697bd867827405211ab15bd77c123

Authored by Antonio Terceiro
1 parent d4c0af1c
Exists in stable-1.2

Bumping version 1.2.6

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (1.2.6) wheezy; urgency=low
  2 +
  3 + * Bufgix release
  4 +
  5 + -- Antonio Terceiro <terceiro@colivre.coop.br> Tue, 13 Oct 2015 14:53:18 -0300
  6 +
1 7 noosfero (1.2.5) wheezy; urgency=low
2 8  
3 9 * Bug fixes release
... ...
lib/noosfero/version.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '1.2.5'
  3 + VERSION = '1.2.6'
4 4 end
5 5  
6 6 root = File.expand_path(File.dirname(__FILE__) + '/../..')
... ...