From: Ɓukasz Langa Date: Thu, 14 Mar 2019 17:09:10 +0000 (+0100) Subject: v19.3b0 X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/026c81b83454f176a9f9253cbfb70be2c159d822?ds=inline v19.3b0 --- diff --git a/black.py b/black.py index 24ff781..b727666 100644 --- a/black.py +++ b/black.py @@ -49,7 +49,7 @@ from blib2to3.pgen2.grammar import Grammar from blib2to3.pgen2.parse import ParseError -__version__ = "18.9b0" +__version__ = "19.3b0" DEFAULT_LINE_LENGTH = 88 DEFAULT_EXCLUDES = ( r"/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|_build|buck-out|build|dist)/" diff --git a/pyproject.toml b/pyproject.toml index 1cb3822..3b192bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ exclude = ''' [tool.poetry] name = "black" -version = "18.9b0" +version = "19.3b0" description = "The uncompromising code formatter." readme = "README.md" authors = [