summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-03-02 12:57:22 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-03-02 12:57:22 +0100
commit4612b667ce75c83a03bc009d0dd64cc2d0e73080 (patch)
tree8f1e3cc6ea92392690a4c7035e3921a2b6c8e4d0
parent3c51bfa8b2d953415c5e52c2cbb11c2e4c8c1c9c (diff)
downloadpylint-git-4612b667ce75c83a03bc009d0dd64cc2d0e73080.tar.gz
Prepare 2.3.1pylint-2.3.1
-rw-r--r--ChangeLog2
-rw-r--r--pylint/__pkginfo__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 320c15e2f..761a6d33b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@ Pylint's ChangeLog
What's New in Pylint 2.3.1?
===========================
-Release date: TBA
+Release date: 2019-03-02
* Properly pass `quote=False` to `html.escape` in the JSON reporter
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 8d4cf05b6..a0272bb12 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -25,7 +25,7 @@ from os.path import join
modname = distname = "pylint"
-numversion = (2, 3, 0)
+numversion = (2, 3, 1)
dev_version = None
string_version = ".".join(str(num) for num in numversion)