diff --git a/debian/changelog b/debian/changelog index ca65b64..49e35bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +noosfero (0.36.1) unstable; urgency=low + + * Bug fix release + + -- Antonio Terceiro Wed, 14 Mar 2012 17:30:26 -0300 + noosfero (0.36.0) unstable; urgency=low * Features version release diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 0d0ca5f..8be2b46 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,6 +1,6 @@ module Noosfero PROJECT = 'noosfero' - VERSION = '0.36.0' + VERSION = '0.36.1' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2