__pkginfo__.py
changeset 9543 39f981482e34
parent 9537 d6ec12a80e4d
child 9584 8209bede1a4b
child 9588 fe267b7336f3
--- a/__pkginfo__.py	Mon Feb 03 16:30:07 2014 +0100
+++ b/__pkginfo__.py	Mon Feb 17 15:32:50 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 = [