From 3cbfd1dc8249642c002b2781ca9cbaeba1030357 Mon Sep 17 00:00:00 2001 From: Denis Senchishen Date: Sun, 16 Jun 2024 16:39:58 +0300 Subject: [PATCH] chore: bump version to 0.5.0 --- README.rst | 6 ++++++ setup.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 69adef3..2f95723 100644 --- a/README.rst +++ b/README.rst @@ -37,6 +37,7 @@ Params:: --title-font-size - provide a custom title font size (default is 72) --add-help - add models docstrings to diagram --add-choices - add Choices description of fields to diagram + --split-choices - split Choices into per-model classes --add-legend - include explanation of the symbols used --add-omitted-headers - add a header stub for omitted foreign app --omit-history - omit Historical* tables from django-simple-history @@ -54,6 +55,11 @@ Params:: Release notes ------------- +v0.5.0 (2024-06-16) +................... + +- Add `split-choices` flag to split choices into per-model classes + v0.4.1 (2023-02-13) ................... diff --git a/setup.cfg b/setup.cfg index 0eef213..deb4120 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-model2puml -version = 0.4.1 +version = 0.5.0 description = A Django app to generate PlantUML diagram of project models. long_description = file: README.rst long_description_content_type = text/x-rst