This commit is contained in:
Łukasz Langa 2018-04-01 00:30:45 -07:00
parent a7ff469869
commit 65c52a655f
2 changed files with 2 additions and 2 deletions

View File

@ -409,7 +409,7 @@ More details can be found in [CONTRIBUTING](CONTRIBUTING.md).
## Change Log
### 18.3a5 (unreleased)
### 18.4a0
* added `--diff` (#87)

View File

@ -38,7 +38,7 @@
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