diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 94a83dd7..00000000 --- a/RELEASE.md +++ /dev/null @@ -1,4 +0,0 @@ -Release type: patch - -- Fix error when running ``pelican -r -l`` -- Fix symlink handling in ``pelican-themes`` diff --git a/docs/changelog.rst b/docs/changelog.rst index 61674564..cfc290df 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,12 @@ Release history ############### +4.10.1 - 2024-09-28 +=================== + +- Fix error when running ``pelican -r -l`` +- Fix symlink handling in ``pelican-themes`` + 4.10.0 - 2024-09-16 =================== diff --git a/pyproject.toml b/pyproject.toml index 2233ab62..0fce25ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "pelican" authors = [{ name = "Justin Mayer", email = "authors@getpelican.com" }] description = "Static site generator supporting Markdown and reStructuredText" -version = "4.10.0" +version = "4.10.1" license = { text = "AGPLv3" } readme = "README.rst" keywords = ["static site generator", "static sites", "ssg"]