Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61feadc

Browse files
committed
v18.9b0
1 parent 913915d commit 61feadc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

black.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
from blib2to3.pgen2.parse import ParseError
4848

4949

50-
__version__ = "18.6b4"
50+
__version__ = "18.9b0"
5151
DEFAULT_LINE_LENGTH = 88
5252
DEFAULT_EXCLUDES = (
5353
r"/(\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|_build|buck-out|build|dist)/"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ exclude = '''
3434

3535
[tool.poetry]
3636
name = "black"
37-
version = "18.6b4"
37+
version = "18.9b0"
3838
description = "The uncompromising code formatter."
3939
readme = "README.md"
4040
authors = [

0 commit comments

Comments
 (0)