Commit db028c22a56c3d0f10a892d6fc2a5515abaea9d8

Authored by Antonio Terceiro
1 parent c61ae58b

Bumping version 1.3.1

Showing 2 changed files with 7 additions and 1 deletions   Show diff stats
debian/changelog
  1 +noosfero (1.3.1) wheezy-test; urgency=low
  2 +
  3 + * Bugfix release
  4 +
  5 + -- Antonio Terceiro <terceiro@colivre.coop.br> Fri, 20 Nov 2015 15:59:38 -0300
  6 +
1 7 noosfero (1.3) wheezy-test; urgency=low
2 8  
3 9 * Noosfero 1.3 final release
... ...
lib/noosfero/version.rb
1 1 module Noosfero
2 2 PROJECT = 'noosfero'
3   - VERSION = '1.3'
  3 + VERSION = '1.3.1'
4 4 end
5 5  
6 6 root = File.expand_path(File.dirname(__FILE__) + '/../..')
... ...