Skip to content

Commit 026c81b

Browse files
committed
v19.3b0
1 parent 129ebd5 commit 026c81b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: black.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
from blib2to3.pgen2.parse import ParseError
5050

5151

52-
__version__ = "18.9b0"
52+
__version__ = "19.3b0"
5353
DEFAULT_LINE_LENGTH = 88
5454
DEFAULT_EXCLUDES = (
5555
r"/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|_build|buck-out|build|dist)/"

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ exclude = '''
3535

3636
[tool.poetry]
3737
name = "black"
38-
version = "18.9b0"
38+
version = "19.3b0"
3939
description = "The uncompromising code formatter."
4040
readme = "README.md"
4141
authors = [

0 commit comments

Comments
 (0)