Commit 6b99abe4 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Bump version to release 2.6.0

parent de347954
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
#  Copyright 2020  Dominik Sekotill <dom.sekotill@kodo.org.uk>
#  Copyright 2020-2021  Dominik Sekotill <dom.sekotill@kodo.org.uk>
#
#  This Source Code Form is subject to the terms of the Mozilla Public
#  License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -15,7 +15,7 @@ from os.path import isfile
import click
from pylint import lint

__version__ = '0.3'
__version__ = '2.6.0'


@click.command(context_settings=dict(
+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ author-email = "dom.sekotill@kodo.org.uk"
home-page = "https://code.kodo.org.uk/dom/pre-commit-pylint"
requires = [
	"click ~=7.0",
	"pylint >=2,<3",
	"pylint ==2.6.0",
]
classifiers = [
	"Development Status :: 3 - Alpha",