We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238d998 commit f147073Copy full SHA for f147073
CHANGES.rst
@@ -8,6 +8,15 @@ Changelog
8
9
.. towncrier release notes start
10
11
+2.0.3 (2025-03-11)
12
+------------------
13
+
14
+Bug fixes:
15
16
17
+- Replace `pkg_resources` with `importlib.resources` @gforcada (#4126)
18
19
20
2.0.2 (2024-07-30)
21
------------------
22
news/4126.bugfix
setup.py
@@ -20,7 +20,7 @@
setup(
name="diazo",
23
- version="2.0.3.dev0",
+ version="2.0.3",
24
description="""Diazo implements a Deliverance like language using a pure
25
XSLT engine. With Diazo, you "compile" your theme and ruleset in one
26
step, then use a superfast/simple transform on each request thereafter.
0 commit comments