Skip to content

Commit

Permalink
Prepare 2.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Apr 25, 2021
1 parent af1ac5e commit 3eb0362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pylint/__pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
__version__ = "2.8.1"
# For an official release, use 'alpha_version = False' and 'dev_version = None'
alpha_version: bool = False # Release will be an alpha version if True (ex: '1.2.3a6')
dev_version: Optional[int] = 1
dev_version: Optional[int] = None

if dev_version is not None:
if alpha_version:
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_min.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e .
astroid==2.5.5 # Pinned to a specific version for tests
astroid==2.5.6 # Pinned to a specific version for tests
pytest~=6.2
pytest-benchmark~=3.4
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ project_urls =
[options]
packages = find:
install_requires =
astroid>=2.5.4,<2.7
astroid>=2.5.6,<2.7
isort>=4.2.5,<6
mccabe>=0.6,<0.7
toml>=0.7.1
Expand Down

0 comments on commit 3eb0362

Please sign in to comment.