# HG changeset patch # User Christophe de Vienne # Date 1414071703 -7200 # Node ID 7ffca3b439105a0bcca1a6fdf83710be3083a4b1 # Parent b3267ba817b45dab6c4274f510c6ef8ef83b2a2c Set version to 0.1.0 diff -r b3267ba817b4 -r 7ffca3b43910 debian/changelog --- 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. diff -r b3267ba817b4 -r 7ffca3b43910 setup.py --- 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',