diff options
-rw-r--r-- | __pkginfo__.py | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/__pkginfo__.py b/__pkginfo__.py index a2b22af..d8de687 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -23,7 +23,7 @@ modname = 'common' subpackage_of = 'logilab' subpackage_master = True -numversion = (0, 52, 0) +numversion = (0, 52, 1) version = '.'.join([str(num) for num in numversion]) license = 'LGPL' # 2.1 or later diff --git a/debian/changelog b/debian/changelog index d6503da..be5234f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-common (0.52.1-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Mon, 11 Oct 2010 16:04:29 +0200 + logilab-common (0.52.0-1) unstable; urgency=low * new upstream release |