summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2018-07-24 11:07:20 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2018-07-24 11:07:20 +0200
commitf22732960067a36d212f5210d2b36ab029ec38ab (patch)
tree912179b64acd3d358bb5712ebd2a73578884f832
parent12568607c30ace58d6c3ebff46ae6f8cd61b3a31 (diff)
downloadpylint-git-f22732960067a36d212f5210d2b36ab029ec38ab.tar.gz
Prepare 1.9.3
-rw-r--r--ChangeLog2
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index dfc12bd23..f795cb0e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Pylint's ChangeLog
What's New in Pylint 1.9.3?
===========================
-Release date: |TBA|
+Release date: 2018-07-24
* `chain.from_iterable` no longer emits `dict-{}-not-iterating` when dealing with dict values and keys
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 9648516dd..dde78e0d3 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, 2)
+numversion = (1, 9, 3)
version = '.'.join([str(num) for num in numversion])
install_requires = [