summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Whetter <ashley@awhetter.co.uk>2018-05-16 11:25:37 -0700
committerAshley Whetter <ashley@awhetter.co.uk>2018-05-16 11:25:37 -0700
commit235c6e5b9bcac6b07944c3d88c9e626aeb99fdd0 (patch)
treec6c069bdf7d67701eee81fe2930b5433aed063c4
parentefd3d3f2e19de0ab711403a48c322f112f09a169 (diff)
downloadpylint-git-235c6e5b9bcac6b07944c3d88c9e626aeb99fdd0.tar.gz
Prepare 1.9.1
-rw-r--r--ChangeLog9
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 70cba1c9d..1cfdad27a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
Pylint's ChangeLog
------------------
+What's New in Pylint 1.9.1?
+===========================
+
+
+Release date: 2018-05-14
+
+ * Fixed old-raise-syntax always erroring in Python 3.
+
+
What's New in Pylint 1.9.0?
===========================
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index bbeedba50..72b0ae1f2 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -27,7 +27,7 @@ from setuptools import __version__ as setuptools_version
modname = distname = 'pylint'
-numversion = (1, 9, 0)
+numversion = (1, 9, 1)
version = '.'.join([str(num) for num in numversion])
install_requires = [