summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-01-23 10:19:00 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2018-01-23 10:19:00 +0100
commit0d5faa90ac33adda76a373057e6aeb4b8e110afe (patch)
tree876f7aa3e1a2498012647c123431ad68844a50f4
parenteaddedf0697eee2377af770d4767273a664d528e (diff)
downloadpylint-git-0d5faa90ac33adda76a373057e6aeb4b8e110afe.tar.gz
Prepare releasepylint-1.8.2
-rw-r--r--ChangeLog2
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d51cf0900..2794a221e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Pylint's ChangeLog
What's New in Pylint 1.8.2?
==========================
-Release data: |TBA|
+Release data: 2018-01-23
* Fixed a crash which occurred when `Uninferable` wasn't properly handled in `stop-iteration-return`
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index a54ee05b3..324b3693b 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -31,7 +31,7 @@ numversion = (1, 8, 2)
version = '.'.join([str(num) for num in numversion])
install_requires = [
- 'astroid<2.0',
+ 'astroid>=1.6,<2.0',
'six',
'isort >= 4.2.5',
'mccabe',