- commit
- 07b1cdd68804b75f714480d39b555f8df2b2ffa2
- parent
- f7096975f4b716b22753bcaec524b8e53c4f51b9
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2025-10-20 14:41
bump version to 0.0.3
Diffstat
| M | CHANGES.md | 5 | +++++ |
| M | pyproject.toml | 2 | +- |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
@@ -1,3 +1,8 @@ -1 1 ## 0.0.3 (2025-10-20) -1 2 -1 3 - fix `TranslatableAdmin` for create views -1 4 -1 5 1 6 ## 0.0.2 (2025-08-07) 2 7 3 8 - rename classmethods
diff --git a/pyproject.toml b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" 4 4 5 5 [project] 6 6 name = "django-parlor"7 -1 version = "0.0.2"-1 7 version = "0.0.3" 8 8 description = "Django model translations with even less nasty hacks." 9 9 readme = "README.md" 10 10 license = "MIT"