# HG changeset patch
# User Rémi Cardona <remi.cardona@logilab.fr>
# Date 1444637863 -7200
#      Mon Oct 12 10:17:43 2015 +0200
# Node ID be1ad3870ccdc6bd4c3b972684f664e32e1be1e7
# Parent  eafa9e5cad3a1c57972d25a577ac9c25caa40680
[pkg] 1.0.2

diff --git a/__pkginfo__.py b/__pkginfo__.py
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -4,7 +4,7 @@
 modname = 'squareui'
 distname = 'cubicweb-squareui'
 
-numversion = (1, 0, 1)
+numversion = (1, 0, 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:        1.0.1
+Version:        1.0.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 (1.0.2-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Rémi Cardona <remi.cardona@logilab.fr>  Mon, 12 Oct 2015 10:17:29 +0200
+
 cubicweb-squareui (1.0.1-1) unstable; urgency=medium
 
   * New upstream release.