__pkginfo__.py
changeset 9537 d6ec12a80e4d
parent 9536 1e39c5e91b68
child 9584 8209bede1a4b
child 9588 fe267b7336f3
--- a/__pkginfo__.py	Fri Feb 14 16:10:36 2014 +0100
+++ b/__pkginfo__.py	Fri Feb 14 16:23:46 2014 +0100
@@ -22,14 +22,13 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 18, 2)
+numversion = (3, 18, 3)
 version = '.'.join(str(num) for num in numversion)
 
 description = "a repository of entities / relations for knowledge management"
 author = "Logilab"
 author_email = "contact@logilab.fr"
 web = 'http://www.cubicweb.org'
-ftp = 'ftp://ftp.logilab.org/pub/cubicweb'
 license = 'LGPL'
 
 classifiers = [