summaryrefslogtreecommitdiff
path: root/pylint/__pkginfo__.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-01 10:24:41 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-01 10:35:08 +0200
commitcb83d73b5c2cc36f8f0c57d0d448257da305b751 (patch)
treec7081fa774799bb6576fc97c49227b68a52561ed /pylint/__pkginfo__.py
parenteff4ad891df501be4ce4179ed772fb3dddae2ace (diff)
downloadpylint-git-cb83d73b5c2cc36f8f0c57d0d448257da305b751.tar.gz
Bump pylint to 2.9.2, update changelogv2.9.2
Diffstat (limited to 'pylint/__pkginfo__.py')
-rw-r--r--pylint/__pkginfo__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py
index 5865cb64b..0eaf3786c 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -2,7 +2,7 @@
# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE
from typing import Tuple
-__version__ = "2.9.2-dev0"
+__version__ = "2.9.2"
def get_numversion_from_version(v: str) -> Tuple: