diff options
author | sylvain thenault <sylvain.thenault@logilab.fr> | 2009-01-26 15:03:34 +0100 |
---|---|---|
committer | sylvain thenault <sylvain.thenault@logilab.fr> | 2009-01-26 15:03:34 +0100 |
commit | 585584a5a4d78441ef70e1fdd5c2a00190456552 (patch) | |
tree | 712edf9af7b6cdea5e9b85f2ecaece8aa270a82a /__pkginfo__.py | |
parent | da01da92740c5210af6e56361084ba3cb5855e9d (diff) | |
download | logilab-common-585584a5a4d78441ef70e1fdd5c2a00190456552.tar.gz |
0.38
Diffstat (limited to '__pkginfo__.py')
-rw-r--r-- | __pkginfo__.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py index 57fcc67..576de79 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -8,7 +8,7 @@ __docformat__ = "restructuredtext en" distname = 'logilab-common' modname = 'common' -numversion = (0, 37, 2) +numversion = (0, 38, 0) version = '.'.join([str(num) for num in numversion]) license = 'GPL' @@ -32,7 +32,9 @@ modules, * manipulating tree structures * accessing RDBMS (currently postgreSQL, mysql and sqlite) * generating text and HTML reports - * logging""" + * logging + * more... +""" web = "http://www.logilab.org/project/%s" % distname |