Skip to content

Commit

Permalink
1.6.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Aug 2, 2023
1 parent a6b1425 commit 7917a5e
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.6.0 (2023-08-02)
### Feature
* Add token_handler ([`a6b1425`](https://github.com/vberlier/tokenstream/commit/a6b14252af5fdf3c4eb66aa980aa2446822cb702))

## v1.5.0 (2023-01-05)
### Feature
* Make it possible to swap the underlying regex module ([`b47995e`](https://github.com/vberlier/tokenstream/commit/b47995ee40c0e1c43afa68bc891770670e0e1502))
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.5.0"
version = "1.6.0"
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.5.0"
__version__ = "1.6.0"

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

0 comments on commit 7917a5e

Please sign in to comment.