summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2014-04-30 17:58:11 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2014-04-30 17:58:11 +0200
commit95e25f3f7391fa03be2a1632e048226ce2b41dd9 (patch)
tree6d94bbc713c4c01d6e9a7f2e26e5d0ff30c867b3
parentb13ef13e8365348b957e77105fdeeeb5bde69c49 (diff)
downloadastroid-git-95e25f3f7391fa03be2a1632e048226ce2b41dd9.tar.gz
1.1.1
-rw-r--r--ChangeLog4
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 68d0504c..fe72dbb9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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