# HG changeset patch
# User Katia Saurfelt <katia.saurfelt@logilab.fr>
# Date 1397220235 -7200
#      Fri Apr 11 14:43:55 2014 +0200
# Node ID bad81249f6cc58981f5080f4edd778ee9853bc73
# Parent  2daaef797ecf8cd3f5ac9e883284f01909a94364
[pkg] Prepare 0.3.3 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, 2)
+numversion = (0, 3, 3)
 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.2
+Version:        0.3.3
 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.3-1) precise; urgency=low
+
+  * New upstream release. https://www.cubicweb.org/project/cubicweb-squareui/0.3.3
+
+ -- Katia Saurfelt <katia.saurfelt@logilab.fr>  Fri, 11 Apr 2014 14:43:12 +0200
+
 cubicweb-squareui (0.3.2-1) precise; urgency=low
 
   * New upstream release.