summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)