cubicweb/__pkginfo__.py
changeset 12717 da986d7aff2b
parent 12712 ae0c09ff6be8
child 12722 1a5eb9a9f5b4
--- a/cubicweb/__pkginfo__.py	Wed Jul 24 15:28:11 2019 +0200
+++ b/cubicweb/__pkginfo__.py	Thu Aug 01 09:13:52 2019 +0200
@@ -23,7 +23,7 @@
 modname = distname = "cubicweb"
 
 numversion = (3, 27, 0)
-version = '.'.join(str(num) for num in numversion) + 'a1'
+version = '.'.join(str(num) for num in numversion) + 'a2'
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"