]> 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.3a4
authorŁukasz Langa <lukasz@langa.pl>
Mon, 26 Mar 2018 07:57:02 +0000 (00:57 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 26 Mar 2018 07:57:02 +0000 (00:57 -0700)
README.md
black.py
docs/changelog.md

index c5166b8563455f862b19718eb57d2f2f5b9c17b3..ef3f0ff626b48c5388a2013ea6946a48440df8b3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -292,7 +292,7 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
 
 ## Change Log
 
-### 18.3a4 (unreleased)
+### 18.3a4
 
 * `# fmt: off` and `# fmt: on` are implemented (#5)
 
index dc02128313154690de62de810abf399efcdb3433..9ea46944b1e042260b57db4382cb6cfd0826f6ab 100644 (file)
--- a/black.py
+++ b/black.py
@@ -22,7 +22,7 @@ from blib2to3 import pygram, pytree
 from blib2to3.pgen2 import driver, token
 from blib2to3.pgen2.parse import ParseError
 
-__version__ = "18.3a3"
+__version__ = "18.3a4"
 DEFAULT_LINE_LENGTH = 88
 # types
 syms = pygram.python_symbols
index 2e9319c89a3dbee989004302abfd13b827784ab3..af78900709c149a0921292e3202ab7f3c2461dcd 100644 (file)
@@ -1,6 +1,6 @@
 ## Change Log
 
-### 18.3a4 (unreleased)
+### 18.3a4
 
 * `# fmt: off` and `# fmt: on` are implemented (#5)