Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Feb 19, 2022
1 parent a788ff1 commit 5d7eb36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.3.2 (2022-02-19)
### Fix
* Update docs ([`a788ff1`](https://github.com/vberlier/tokenstream/commit/a788ff194eb630555a01ba9837a160e40f97dbec))

## v1.3.1 (2021-12-06)
### Fix
* Sort expected patterns in explanation ([`c1c26cb`](https://github.com/vberlier/tokenstream/commit/c1c26cb874229a5e0319c882f3b6e5567fd14870))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tokenstream"
version = "1.3.1"
version = "1.3.2"
description = "A versatile token stream for handwritten parsers"
authors = ["Valentin Berlier <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion tokenstream/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
]


__version__ = "1.3.1"
__version__ = "1.3.2"

from .error import *
from .location import *
Expand Down

0 comments on commit 5d7eb36

Please sign in to comment.