summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-12-21 02:15:22 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-12-21 02:15:22 +0200
commit9e8e2ae9ad7636af3e81b0418e7de959efcfda94 (patch)
treed5d2d9ca2c2cb69fe49c5283183636203b1394f5
parentd34ae8942c9095cef52bf498732ea4f0b82a2d3e (diff)
downloadpylint-git-pylint-1.5.2.tar.gz
Prepare 1.5.2 release.pylint-1.5.2
-rw-r--r--ChangeLog3
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f3aaa664..ea4353c09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
ChangeLog for Pylint
--------------------
---
+2015-12-21
+
* Don't crash if graphviz is not installed, instead emit a
warning letting the user to know.
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 80055e0f4..8b3710309 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -23,7 +23,7 @@ from os.path import join
modname = distname = 'pylint'
-numversion = (1, 5, 1)
+numversion = (1, 5, 2)
version = '.'.join([str(num) for num in numversion])
install_requires = [