From: Ɓukasz Langa Date: Fri, 13 Apr 2018 19:06:40 +0000 (-0700) Subject: 18.4a2 X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/f294cc272c3aa5b8d3cd35b9f9283721b7e458d8?ds=sidebyside;pf=etc 18.4a2 --- diff --git a/README.md b/README.md index cff4bdf..bd088bc 100644 --- a/README.md +++ b/README.md @@ -491,7 +491,7 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md). ## Change Log -### 18.4a2 (unreleased) +### 18.4a2 * fixed parsing of unaligned standalone comments (#99, #112) diff --git a/black.py b/black.py index ccc1e94..dccda91 100644 --- a/black.py +++ b/black.py @@ -41,7 +41,7 @@ from blib2to3 import pygram, pytree from blib2to3.pgen2 import driver, token from blib2to3.pgen2.parse import ParseError -__version__ = "18.4a1" +__version__ = "18.4a2" DEFAULT_LINE_LENGTH = 88 # types syms = pygram.python_symbols