diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2019-03-02 12:57:22 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-03-02 12:57:22 +0100 |
commit | 4612b667ce75c83a03bc009d0dd64cc2d0e73080 (patch) | |
tree | 8f1e3cc6ea92392690a4c7035e3921a2b6c8e4d0 | |
parent | 3c51bfa8b2d953415c5e52c2cbb11c2e4c8c1c9c (diff) | |
download | pylint-git-pylint-2.3.1.tar.gz |
Prepare 2.3.1pylint-2.3.1
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | pylint/__pkginfo__.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) |