File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- next-version-placeholder-->
4
4
5
+ ## v1.3.2 (2022-02-19)
6
+ ### Fix
7
+ * Update docs ([ ` a788ff1 ` ] ( https://github.com/vberlier/tokenstream/commit/a788ff194eb630555a01ba9837a160e40f97dbec ) )
8
+
5
9
## v1.3.1 (2021-12-06)
6
10
### Fix
7
11
* Sort expected patterns in explanation ([ ` c1c26cb ` ] ( https://github.com/vberlier/tokenstream/commit/c1c26cb874229a5e0319c882f3b6e5567fd14870 ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " tokenstream"
3
- version = " 1.3.1 "
3
+ version = " 1.3.2 "
4
4
description = " A versatile token stream for handwritten parsers"
5
5
authors = [
" Valentin Berlier <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 12
12
]
13
13
14
14
15
- __version__ = "1.3.1 "
15
+ __version__ = "1.3.2 "
16
16
17
17
from .error import *
18
18
from .location import *
You can’t perform that action at this time.
0 commit comments