[pkginfo] the before_shutdown event was not in 3.15.0
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Mon, 21 May 2012 14:17:09 +0200
changeset 8411 9ac2400cdf82
parent 8410 eb6a607a0067
child 8412 09432a572a44
[pkginfo] the before_shutdown event was not in 3.15.0
__pkginfo__.py
--- a/__pkginfo__.py	Wed May 16 09:57:57 2012 +0200
+++ b/__pkginfo__.py	Mon May 21 14:17:09 2012 +0200
@@ -22,7 +22,7 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 15, 0)
+numversion = (3, 15, 1)
 version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"