]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

18.4a2
authorŁukasz Langa <lukasz@langa.pl>
Fri, 13 Apr 2018 19:06:40 +0000 (12:06 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 13 Apr 2018 19:06:40 +0000 (12:06 -0700)
README.md
black.py

index cff4bdf59dbae0f0080890cc8a42ff2c48231bd3..bd088bc40d4d21c3b7cf676bb228b0b17cc6502d 100644 (file)
--- 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)
 
index ccc1e942cc8ae40071ed89c3533d8269c4c4436b..dccda9108df4741aa49570f96ffaca049cf5fa90 100644 (file)
--- 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