This commit is contained in:
Łukasz Langa 2018-03-26 00:57:02 -07:00
parent 42519f8b32
commit c5fd578279
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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

View File

@ -1,6 +1,6 @@
## Change Log
### 18.3a4 (unreleased)
### 18.3a4
* `# fmt: off` and `# fmt: on` are implemented (#5)