Skip to content

Commit 6de4293

Browse files
committed
chore: bump version to 2.1.0
Signed-off-by: Frost Ming <[email protected]>
1 parent a25c618 commit 6de4293

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.1.0(2024-06-13)
2+
3+
### Changed
4+
5+
- Drop support of Python 3.7.
6+
17
## v2.0.3(2024-02-22)
28

39
- Add pretty representation for the AST for debugging purpose. An extra group `repr` is added for more readable output.

marko/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from .block import Document
2424
from .parser import ElementType
2525

26-
__version__ = "2.0.3"
26+
__version__ = "2.1.0"
2727

2828

2929
class SetupDone(Exception):

0 commit comments

Comments
 (0)