We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc82a9 commit 860cd84Copy full SHA for 860cd84
pyproject.toml
@@ -8,7 +8,7 @@ dynamic = ["version"]
8
requires-python = ">=3.7"
9
dependencies = [
10
"systemrdl-compiler ~= 1.31",
11
- "Jinja2 ~= 2.9",
+ "Jinja2 ~= 3.0",
12
"markdown",
13
"git-me-the-url ~= 2.2",
14
"python-markdown-math",
src/peakrdl_html/__about__.py
@@ -1,2 +1,2 @@
1
-version_info = (2, 12, 0)
+version_info = (2, 12, 1)
2
__version__ = ".".join([str(n) for n in version_info])
0 commit comments