@@ -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
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user