cubicweb/__pkginfo__.py
changeset 12712 ae0c09ff6be8
parent 12710 df1c74d84668
child 12717 da986d7aff2b
--- 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"