]> 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.4a0
authorŁukasz Langa <lukasz@langa.pl>
Sun, 1 Apr 2018 07:30:45 +0000 (00:30 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Sun, 1 Apr 2018 07:30:45 +0000 (00:30 -0700)
README.md
black.py

index bf28015f40008e8cc21a47c0fe179ad38413ecf5..0a388b0a77cc159e9c6b5491138fc863a4093e02 100644 (file)
--- a/README.md
+++ b/README.md
@@ -409,7 +409,7 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
 
 ## Change Log
 
-### 18.3a5 (unreleased)
+### 18.4a0
 
 * added `--diff` (#87)
 
index 2c61880dda24a23dc897523f9bd37c9dd29d7ac8..6bb29feea43c58e5e6afb533fe7676d17cbbc083 100644 (file)
--- a/black.py
+++ b/black.py
@@ -38,7 +38,7 @@ from blib2to3 import pygram, pytree
 from blib2to3.pgen2 import driver, token
 from blib2to3.pgen2.parse import ParseError
 
-__version__ = "18.3a4"
+__version__ = "18.4a0"
 DEFAULT_LINE_LENGTH = 88
 # types
 syms = pygram.python_symbols