cubicweb/__pkginfo__.py
changeset 11151 4259c55df3e7
parent 11149 1b93ff37755b
parent 11129 97095348b3ee
child 11184 2a7b98d91736
--- a/cubicweb/__pkginfo__.py	Tue Dec 22 09:23:00 2015 +0100
+++ b/cubicweb/__pkginfo__.py	Tue Feb 23 12:18:47 2016 +0100
@@ -22,13 +22,13 @@
 
 modname = distname = "cubicweb"
 
-numversion = (3, 22, 1)
+numversion = (3, 22, 2)
 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'
+web = 'https://www.cubicweb.org'
 license = 'LGPL'
 
 classifiers = [