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 98daba0 commit 505c8a1Copy full SHA for 505c8a1
CHANGELOG.md
@@ -1,6 +1,14 @@
1
CHANGELOG
2
=========
3
4
+1.0.3 - 2024-04-07
5
+------------------
6
+
7
+Maintainance release (no user visible changes)
8
9
+* Add Python 3.12 to CI test matrix
10
+* Switch build system from Hatchling to PDM
11
12
1.0.2 - 2023-10-31
13
------------------
14
RELEASE.md
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "pelican-markdown-include"
-version = "1.0.2"
+version = "1.0.3"
description = "Pelican plugin for using the Markdown-Include extension"
authors = [{name = "Rafael Laboissière", email = "[email protected]"}]
license = {text = "AGPL-3.0"}
0 commit comments