diff options
author | Ashley Whetter <ashley@awhetter.co.uk> | 2021-08-20 20:56:36 -0700 |
---|---|---|
committer | Ashley Whetter <AWhetter@users.noreply.github.com> | 2021-08-20 21:26:08 -0700 |
commit | bf332820cb63305e286eb58a707c6d8b90e6cbb6 (patch) | |
tree | 1731bf582a4d35b44fbbf5b99c5cbad78aac9697 /pylint/__pkginfo__.py | |
parent | d701a979d95c5e4ca6dd4860ab30e08880a904d0 (diff) | |
download | pylint-git-bf332820cb63305e286eb58a707c6d8b90e6cbb6.tar.gz |
Bump pylint to 2.10.1, update changelogv2.10.1
Diffstat (limited to 'pylint/__pkginfo__.py')
-rw-r--r-- | pylint/__pkginfo__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/__pkginfo__.py b/pylint/__pkginfo__.py index 50af1aef1..f313fcf60 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.10.1-dev0" +__version__ = "2.10.1" def get_numversion_from_version(v: str) -> Tuple: |