Set version 0.1.1
authorChristophe de Vienne <christophe@unlish.com>
Sun, 02 Nov 2014 23:31:34 +0100
changeset 11520 9f3b9e610c3d
parent 11519 92423d03ef25
child 11521 bf813ae7bf9d
Set version 0.1.1
debian/changelog
setup.py
--- a/debian/changelog	Sun Nov 02 22:54:24 2014 +0100
+++ b/debian/changelog	Sun Nov 02 23:31:34 2014 +0100
@@ -1,4 +1,10 @@
-pyramid-cubicweb (0.1.0-1) UNRELEASED; urgency=low
+pyramid-cubicweb (0.1.1-1) unstable; urgency=medium
+
+  * upstream release
+
+ -- Christophe de Vienne <christophe@unlish.com>  Sun, 02 Nov 2014 23:33:46 +0100
+
+pyramid-cubicweb (0.1.0-1) unstable; urgency=low
 
   * Initial release.
 
--- a/setup.py	Sun Nov 02 22:54:24 2014 +0100
+++ b/setup.py	Sun Nov 02 23:31:34 2014 +0100
@@ -3,7 +3,7 @@
 
 setup(
     name='pyramid_cubicweb',
-    version='0.1.0',
+    version='0.1.1',
     description='Integrate CubicWeb with a Pyramid application.',
     author='Christophe de Vienne',
     author_email='username: christophe, domain: unlish.com',