# HG changeset patch # User Philippe Pepiot # Date 1574937023 -3600 # Node ID 8af81736f150e5930e3fb4f167a1b1ae7bcd78cb # Parent 7c4216ed7497288e452d05569692d23115b47837 [pkg] Version 3.27.0rc1 diff -r 7c4216ed7497 -r 8af81736f150 cubicweb/__pkginfo__.py --- a/cubicweb/__pkginfo__.py Tue Nov 26 20:26:58 2019 +0100 +++ b/cubicweb/__pkginfo__.py Thu Nov 28 11:30:23 2019 +0100 @@ -23,7 +23,7 @@ modname = distname = "cubicweb" numversion = (3, 27, 0) -version = '.'.join(str(num) for num in numversion) + 'a2' +version = '.'.join(str(num) for num in numversion) + 'rc1' description = "a repository of entities / relations for knowledge management" author = "Logilab" diff -r 7c4216ed7497 -r 8af81736f150 debian/changelog --- a/debian/changelog Tue Nov 26 20:26:58 2019 +0100 +++ b/debian/changelog Thu Nov 28 11:30:23 2019 +0100 @@ -1,3 +1,9 @@ +cubicweb (3.27.0~rc1-1) unstable; urgency=medium + + * New upstream release candidate + + -- Philippe Pepiot Thu, 28 Nov 2019 11:29:57 +0100 + cubicweb (3.27.0~a2-1) unstable; urgency=medium * New upstream pre-release.