Skip to content

Commit

Permalink
chore: bump version to 1.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Jun 9, 2023
1 parent a51ed8a commit 39cabfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased

## v1.3.1(2023-06-09)

### Fixed

- Fix the unpack error when parsing a fenced code block with `codehilite` extension enabled.

## v1.3.0(2023-01-28)

- Fix a bug that `Parser.parse_inline()` cannot be called without preceding call of `Parser.parse()`. [#131](https://github.com/frostming/marko/issue/131)
Expand Down
2 changes: 1 addition & 1 deletion marko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .block import Document
from .parser import ElementType

__version__ = "1.3.0"
__version__ = "1.3.1"


class SetupDone(Exception):
Expand Down

0 comments on commit 39cabfc

Please sign in to comment.