Skip to content

Commit 6b9473d

Browse files
committed
1.3.1
Automatically generated by python-semantic-release
1 parent c1c26cb commit 6b9473d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.3.1 (2021-12-06)
6+
### Fix
7+
* Sort expected patterns in explanation ([`c1c26cb`](https://github.com/vberlier/tokenstream/commit/c1c26cb874229a5e0319c882f3b6e5567fd14870))
8+
59
## v1.3.0 (2021-12-01)
610
### Feature
711
* Make it possible to copy the stream ([`5a4a41c`](https://github.com/vberlier/tokenstream/commit/5a4a41c8f4a137a9c98bdda856cf4a4ba2169d0b))

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tokenstream"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
description = "A versatile token stream for handwritten parsers"
55
authors = ["Valentin Berlier <[email protected]>"]
66
license = "MIT"

tokenstream/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]
1313

1414

15-
__version__ = "1.3.0"
15+
__version__ = "1.3.1"
1616

1717
from .error import *
1818
from .location import *

0 commit comments

Comments
 (0)