diff options
| author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2014-04-30 17:58:11 +0200 |
|---|---|---|
| committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2014-04-30 17:58:11 +0200 |
| commit | 95e25f3f7391fa03be2a1632e048226ce2b41dd9 (patch) | |
| tree | 6d94bbc713c4c01d6e9a7f2e26e5d0ff30c867b3 | |
| parent | b13ef13e8365348b957e77105fdeeeb5bde69c49 (diff) | |
| download | astroid-git-95e25f3f7391fa03be2a1632e048226ce2b41dd9.tar.gz | |
1.1.1
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | __pkginfo__.py | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 |
3 files changed, 10 insertions, 2 deletions
@@ -1,7 +1,7 @@ Change log for the astroid package (used to be astng) ===================================================== --- +2014-04-30 -- 1.1.1 * `Class.metaclass()` looks in ancestors when the current class does not define explicitly a metaclass. @@ -9,6 +9,8 @@ Change log for the astroid package (used to be astng) known, and only return cached modules if both name and filepath match. Fixes pylint Bitbucket issue #136. + + 2014-04-18 -- 1.1.0 * All class nodes are marked as new style classes for Py3k. diff --git a/__pkginfo__.py b/__pkginfo__.py index 2c8aa86e..85398ff1 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -21,7 +21,7 @@ distname = 'astroid' modname = 'astroid' -numversion = (1, 1, 0) +numversion = (1, 1, 1) version = '.'.join([str(num) for num in numversion]) install_requires = ['logilab-common >= 0.60.0'] diff --git a/debian/changelog b/debian/changelog index 6e80b34e..04d36887 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +astroid (1.1.1-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault <sylvain.thenault@logilab.fr> Wed, 30 Apr 2014 17:57:52 +0200 + astroid (1.1.0-1) unstable; urgency=low * new upstream release |
