We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25c618 commit 6de4293Copy full SHA for 6de4293
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v2.1.0(2024-06-13)
2
+
3
+### Changed
4
5
+- Drop support of Python 3.7.
6
7
## v2.0.3(2024-02-22)
8
9
- Add pretty representation for the AST for debugging purpose. An extra group `repr` is added for more readable output.
marko/__init__.py
@@ -23,7 +23,7 @@
23
from .block import Document
24
from .parser import ElementType
25
26
-__version__ = "2.0.3"
+__version__ = "2.1.0"
27
28
29
class SetupDone(Exception):
0 commit comments