summaryrefslogtreecommitdiff
path: root/pylint/__pkginfo__.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-24 15:42:23 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2022-03-24 23:13:17 +0100
commitfd0eb6c2af0e3e98350e24047c4df7d5b8aad89a (patch)
treeda1a13070bf6bbae32fad2501e8afd956dc6f25f /pylint/__pkginfo__.py
parent1c509edc4ee2dbf1bbe8822e91e0b7df02ce463d (diff)
downloadpylint-git-fd0eb6c2af0e3e98350e24047c4df7d5b8aad89a.tar.gz
Bump pylint to 2.13.0, update changelogv2.13.0
Create the release summary upgrade the release process. Bump pylint to 2.13.0, update changelog
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 0063381eb..1b459ff01 100644
--- a/pylint/__pkginfo__.py
+++ b/pylint/__pkginfo__.py
@@ -4,7 +4,7 @@
from typing import Tuple
-__version__ = "2.13.0-dev0"
+__version__ = "2.13.0"
def get_numversion_from_version(v: str) -> Tuple: