Skip to content

Commit

Permalink
chore: bump version to 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Jun 13, 2024
1 parent a25c618 commit 6de4293
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,3 +1,9 @@
## v2.1.0(2024-06-13)

### Changed

- Drop support of Python 3.7.

## v2.0.3(2024-02-22)

- Add pretty representation for the AST for debugging purpose. An extra group `repr` is added for more readable output.
Expand Down
2 changes: 1 addition & 1 deletion marko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from .block import Document
from .parser import ElementType

__version__ = "2.0.3"
__version__ = "2.1.0"


class SetupDone(Exception):
Expand Down

0 comments on commit 6de4293

Please sign in to comment.