18.5b1
This commit is contained in:
parent
059cb12270
commit
b2067aabbf
@ -688,7 +688,7 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
|
|||||||
|
|
||||||
## Change Log
|
## Change Log
|
||||||
|
|
||||||
### 18.5b1 (unreleased)
|
### 18.5b1
|
||||||
|
|
||||||
* added `--pyi` (#249)
|
* added `--pyi` (#249)
|
||||||
|
|
||||||
|
2
black.py
2
black.py
@ -44,7 +44,7 @@
|
|||||||
from blib2to3.pgen2.parse import ParseError
|
from blib2to3.pgen2.parse import ParseError
|
||||||
|
|
||||||
|
|
||||||
__version__ = "18.5b0"
|
__version__ = "18.5b1"
|
||||||
DEFAULT_LINE_LENGTH = 88
|
DEFAULT_LINE_LENGTH = 88
|
||||||
CACHE_DIR = Path(user_cache_dir("black", version=__version__))
|
CACHE_DIR = Path(user_cache_dir("black", version=__version__))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user