18.3a4
This commit is contained in:
parent
42519f8b32
commit
c5fd578279
@ -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)
|
||||
|
||||
|
2
black.py
2
black.py
@ -22,7 +22,7 @@
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
## Change Log
|
||||
|
||||
### 18.3a4 (unreleased)
|
||||
### 18.3a4
|
||||
|
||||
* `# fmt: off` and `# fmt: on` are implemented (#5)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user