__pkginfo__.py
branchstable
changeset 9436 e24132839317
parent 9338 7f67db7c848e
child 9440 6880674c1a26
child 9521 9eb810333b0f
--- a/__pkginfo__.py	Fri Jan 17 16:09:39 2014 +0100
+++ b/__pkginfo__.py	Tue Jan 21 13:12:36 2014 +0100
@@ -1,5 +1,5 @@
 # pylint: disable=W0622,C0103
-# copyright 2003-2012 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
+# copyright 2003-2014 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
 # contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
 #
 # This file is part of CubicWeb.
@@ -22,7 +22,7 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 17, 11)
+numversion = (3, 17, 12)
 version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"