This commit is contained in:
Łukasz Langa 2018-05-29 02:07:09 -07:00
parent 059cb12270
commit b2067aabbf
2 changed files with 2 additions and 2 deletions

View File

@ -688,7 +688,7 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
## Change Log
### 18.5b1 (unreleased)
### 18.5b1
* added `--pyi` (#249)

View File

@ -44,7 +44,7 @@
from blib2to3.pgen2.parse import ParseError
__version__ = "18.5b0"
__version__ = "18.5b1"
DEFAULT_LINE_LENGTH = 88
CACHE_DIR = Path(user_cache_dir("black", version=__version__))