Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 2, 2022
1 parent 109552c commit b3983e9
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.4.1 (2022-05-02)
### Fix
* Take into account repeating newlines before emitting dedent tokens ([`109552c`](https://github.com/vberlier/tokenstream/commit/109552c2b363359577f9afa1071d347e8ab55499))

## v1.4.0 (2022-04-12)
### Feature
* Add notes ([`8be67ce`](https://github.com/vberlier/tokenstream/commit/8be67ce6c4c942689fe93ee73d83a2eed19030ae))
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.4.0"
version = "1.4.1"
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.4.0"
__version__ = "1.4.1"

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

0 comments on commit b3983e9

Please sign in to comment.