summaryrefslogtreecommitdiff
path: root/pylint/__pkginfo__.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-21 09:50:30 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-07-21 10:01:37 +0200
commitec8219e48f031f93377cc7d862a6f3bf80d76dbf (patch)
tree42eda28bc86611eacf75550df973abe562c332ee /pylint/__pkginfo__.py
parentdbfde30d43a03af5f0bccd4689b4d376bb9cd814 (diff)
downloadpylint-git-ec8219e48f031f93377cc7d862a6f3bf80d76dbf.tar.gz
Bump pylint to 2.9.5, update changelogv2.9.5
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 18dfebcbd..0b4cb96d8 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -2,7 +2,7 @@
# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
from typing import Tuple
-__version__ = "2.9.5-dev0"
+__version__ = "2.9.5"
def get_numversion_from_version(v: str) -> Tuple: