chore: prepare release v0.4.2
Test / test (push) Successful in 59s

This commit is contained in:
2026-07-27 10:36:44 +02:00
parent 38544b84cf
commit a66a36abbc
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [development]
## [0.4.2] — 2026-07-27
### Fixed
- **`web/templates/*.jinja` missing from distribution wheel** — added `web/templates/*.jinja` to `[tool.setuptools.package-data]` in `pyproject.toml`. After a fresh install from PyPI the admin panel returned 500 because `Jinja2Templates` could not find any templates.
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "volumen"
version = "0.4.1"
version = "0.4.2"
description = "A small, file-based Markdown blog engine with a built-in admin."
readme = "README.md"
keywords = ["blog", "markdown", "fastapi", "cms", "static-blog", "toml", "rss", "json-feed", "engine"]