--- a/cubicweb/__pkginfo__.py Wed Jul 24 16:52:00 2019 +0200
+++ b/cubicweb/__pkginfo__.py Wed Jul 24 16:52:59 2019 +0200
@@ -23,7 +23,7 @@
modname = distname = "cubicweb"
numversion = (3, 27, 0)
-version = '.'.join(str(num) for num in numversion) + 'a0'
+version = '.'.join(str(num) for num in numversion) + 'a1'
description = "a repository of entities / relations for knowledge management"
author = "Logilab"
--- a/debian/changelog Wed Jul 24 16:52:00 2019 +0200
+++ b/debian/changelog Wed Jul 24 16:52:59 2019 +0200
@@ -1,3 +1,9 @@
+cubicweb (3.27.0~a1-1) unstable; urgency=medium
+
+ * New upstream pre-release.
+
+ -- Denis Laxalde <denis.laxalde@logilab.fr> Wed, 24 Jul 2019 16:52:31 +0200
+
cubicweb (3.27.0~a0-1) unstable; urgency=medium
[ Jérémy Bobbio ]