Prepare release
authorChristophe de Vienne <christophe@unlish.com>
Thu, 23 Oct 2014 16:38:28 +0200
changeset 11642 3defbb0f147a
parent 11641 3d4e7be2e3c3
child 11643 63d2c01fcb94
Prepare release
__pkginfo__.py
debian/changelog
debian/control
setup.py
--- a/__pkginfo__.py	Fri Sep 19 19:55:33 2014 +0200
+++ b/__pkginfo__.py	Thu Oct 23 16:38:28 2014 +0200
@@ -8,8 +8,8 @@
 version = '.'.join(str(num) for num in numversion)
 
 license = 'LGPL'
-author = 'LOGILAB S.A. (Paris, FRANCE)'
-author_email = 'contact@logilab.fr'
+author = 'UNLISH S.A.S. (Montpellier, FRANCE)'
+author_email = 'contact@unlish.com'
 description = "Add the 'pyramid' command to cubicweb-ctl"
 web = 'http://www.cubicweb.org/project/%s' % distname
 
--- a/debian/changelog	Fri Sep 19 19:55:33 2014 +0200
+++ b/debian/changelog	Thu Oct 23 16:38:28 2014 +0200
@@ -1,6 +1,5 @@
-cubicweb-pyramid (0.1.0-1) unstable; urgency=low
+cubicweb-pyramid (0.1.0-1) unstable; urgency=medium
 
-  * initial release
+  * Initial release.
 
- -- 
-
+ -- Christophe de Vienne <christophe@unlish.com>  Thu, 23 Oct 2014 16:34:57 +0200
--- a/debian/control	Fri Sep 19 19:55:33 2014 +0200
+++ b/debian/control	Thu Oct 23 16:38:28 2014 +0200
@@ -1,7 +1,7 @@
 Source: cubicweb-pyramid
 Section: web
 Priority: optional
-Maintainer: LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
+Maintainer: UNLISH S.A.S. (Montpelliers, FRANCE) <contact@unlish.com>
 Build-Depends: debhelper (>= 7), python (>= 2.6), python-support
 Standards-Version: 3.9.3
 XS-Python-Version: >= 2.6
--- a/setup.py	Fri Sep 19 19:55:33 2014 +0200
+++ b/setup.py	Thu Oct 23 16:38:28 2014 +0200
@@ -1,10 +1,7 @@
 #!/usr/bin/env python
 # pylint: disable=W0142,W0403,W0404,W0613,W0622,W0622,W0704,R0904,C0103,E0611
 #
-# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
-# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
-#
-# This file is part of CubicWeb tag cube.
+# This file is part of CubicWeb pyramid cube.
 #
 # CubicWeb is free software: you can redistribute it and/or modify it under the
 # terms of the GNU Lesser General Public License as published by the Free