Set version to 0.1.0
authorChristophe de Vienne <christophe@unlish.com>
Thu, 23 Oct 2014 15:41:43 +0200
changeset 11516 7ffca3b43910
parent 11515 b3267ba817b4
child 11517 3d60138100d6
Set version to 0.1.0
debian/changelog
setup.py
--- a/debian/changelog	Mon Oct 06 10:32:38 2014 +0200
+++ b/debian/changelog	Thu Oct 23 15:41:43 2014 +0200
@@ -1,4 +1,4 @@
-pyramid-cubicweb (0.1-1) UNRELEASED; urgency=low
+pyramid-cubicweb (0.1.0-1) UNRELEASED; urgency=low
 
   * Initial release.
 
--- a/setup.py	Mon Oct 06 10:32:38 2014 +0200
+++ b/setup.py	Thu Oct 23 15:41:43 2014 +0200
@@ -3,7 +3,7 @@
 
 setup(
     name='pyramid_cubicweb',
-    version='0.1',
+    version='0.1.0',
     description='Integrate CubicWeb with a Pyramid application.',
     author='Christophe de Vienne',
     author_email='username: christophe, domain: unlish.com',