diff options
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2008-01-14 13:33:03 +0100 |
|---|---|---|
| committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2008-01-14 13:33:03 +0100 |
| commit | 2fe56a4fca03260b6d5a429eed4445716f745e0d (patch) | |
| tree | 939541c268b699f008632beff392d93e1c44b374 | |
| parent | 4a74eabf068918ce449d51d670935b2e189bf20d (diff) | |
| download | astroid-git-2fe56a4fca03260b6d5a429eed4445716f745e0d.tar.gz | |
0.17.2
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | __pkginfo__.py | 6 | ||||
| -rw-r--r-- | debian/changelog | 6 |
3 files changed, 11 insertions, 5 deletions
@@ -1,8 +1,8 @@ Change log for the astng package ================================ - -- - * "with" statement support, patch provided by Brian Hawthorne +2008-01-14 -- 0.17.2 + * "with" statement support, patch provided by Brian Hawthorne * fixed recursion arguments in nodes_of_class method as notified by Dave Borowitz * new InstanceMethod node introduced to wrap bound method (eg Function diff --git a/__pkginfo__.py b/__pkginfo__.py index ca6ca3ae..da942f27 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -1,6 +1,6 @@ # pylint: disable-msg=W0622 # -# Copyright (c) 2003-2007 LOGILAB S.A. (Paris, FRANCE). +# Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE). # http://www.logilab.fr/ -- mailto:contact@logilab.fr # # This program is free software; you can redistribute it and/or modify it under @@ -21,12 +21,12 @@ logilab.astng packaging information modname = 'astng' distname = 'logilab-astng' -numversion = (0, 17, 1) +numversion = (0, 17, 2) version = '.'.join([str(num) for num in numversion]) pyversions = ["2.3", "2.4", "2.5"] license = 'GPL' -copyright = '''Copyright (c) 2003-2007 LOGILAB S.A. (Paris, FRANCE). +copyright = '''Copyright (c) 2003-2008 LOGILAB S.A. (Paris, FRANCE). http://www.logilab.fr/ -- mailto:contact@logilab.fr''' author = 'Sylvain Thenault' diff --git a/debian/changelog b/debian/changelog index 5d6e43ff..13dc7b72 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +logilab-astng (0.17.2-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault <Sylvain.Thenault@logilab.fr> Mon, 14 Jan 2008 13:32:47 +0100 + logilab-astng (0.17.1-1) unstable; urgency=low * new upstream release |
