Skip to content

Commit f147073

Browse files
Preparing release 2.0.3
[ci skip]
1 parent 238d998 commit f147073

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ Changelog
88
99
.. towncrier release notes start
1010
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+
1120
2.0.2 (2024-07-30)
1221
------------------
1322

news/4126.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="diazo",
23-
version="2.0.3.dev0",
23+
version="2.0.3",
2424
description="""Diazo implements a Deliverance like language using a pure
2525
XSLT engine. With Diazo, you "compile" your theme and ruleset in one
2626
step, then use a superfast/simple transform on each request thereafter.

0 commit comments

Comments
 (0)