# HG changeset patch
# User Rémi Cardona <remi.cardona@logilab.fr>
# Date 1396451513 -7200
#      Wed Apr 02 17:11:53 2014 +0200
# Node ID 4741ac6e2748978d7e92dd0df5b20b0feed0fc34
# Parent  6699f27475e752a379cdaee3c7553138c92a8036
[pkg] Prepare 0.3.2 release

diff --git a/__pkginfo__.py b/__pkginfo__.py
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -4,7 +4,7 @@
 modname = 'squareui'
 distname = 'cubicweb-squareui'
 
-numversion = (0, 3, 1)
+numversion = (0, 3, 2)
 version = '.'.join(str(num) for num in numversion)
 
 license = 'LGPL'
diff --git a/cubicweb-squareui.spec b/cubicweb-squareui.spec
--- a/cubicweb-squareui.spec
+++ b/cubicweb-squareui.spec
@@ -9,7 +9,7 @@
 %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           cubicweb-squareui
-Version:        0.3.1
+Version:        0.3.2
 Release:        logilab.1%{?dist}
 Summary:        squareui component for the CubicWeb framework
 Group:          Applications/Internet
diff --git a/debian/changelog b/debian/changelog
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cubicweb-squareui (0.3.2-1) precise; urgency=low
+
+  * New upstream release.
+
+ -- Rémi Cardona <remi.cardona@logilab.fr>  Wed, 02 Apr 2014 17:11:33 +0200
+
 cubicweb-squareui (0.3.1-1) precise; urgency=low
 
   * New upstream release.