summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-10-18 17:33:49 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-10-18 17:33:49 +0200
commit2d9eda93519c879db4a8770a5b3afd532d0dd051 (patch)
treef2cd2adc2a84cc5ba5627f20457711e09e9f7183
parent77bd209e55a8c643ba4386c82b3936d3a30b7e01 (diff)
downloadastroid-2d9eda93519c879db4a8770a5b3afd532d0dd051.tar.gz
-rw-r--r--ChangeLog11
-rw-r--r--__pkginfo__.py2
-rw-r--r--debian/changelog6
3 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c858bd..9a1cb4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,18 @@
Change log for the astroid package (used to be astng)
=====================================================
---
+2013-10-18 -- 1.0.1
+ * fix py3k/windows installation issue (issue #4)
+
* fix bug with namedtuple inference (issue #3)
+ * get back gobject introspection from pylint-brain
+
+ * fix some test failures under pypy and py3.3, though there is one remaining
+ in each of these platform (2.7 tests are all green)
+
+
+
2013-07-29 -- 1.0.0
* Fix some omissions in py2stdlib's version of hashlib and
add a small test for it.
diff --git a/__pkginfo__.py b/__pkginfo__.py
index a74b6b6..1e59829 100644
--- a/__pkginfo__.py
+++ b/__pkginfo__.py
@@ -21,7 +21,7 @@ distname = 'astroid'
modname = 'astroid'
-numversion = (1, 0, 0)
+numversion = (1, 0, 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 48340e9..29e4c9b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+astroid (1.0.1-1) unstable; urgency=low
+
+ * new upstream release
+
+ -- Sylvain Thénault <sylvain.thenault@logilab.fr> Fri, 18 Oct 2013 17:33:33 +0200
+
astroid (1.0.0-1) unstable; urgency=low
* new upstream release, project renamed to astroid instead of logilab-astng