From ce411889562f09b7b7a4a98dbffd114fb0577f51 Mon Sep 17 00:00:00 2001 From: Lafaye Philippe Date: Thu, 21 Sep 2023 20:03:37 +0200 Subject: [PATCH] :bookmark: Make release 0.1.4 --- docs/history.rst | 15 +++++++++++++++ setup.cfg | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/docs/history.rst b/docs/history.rst index 13cf34a..9fc5599 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -4,6 +4,21 @@ History ======= +0.1.4 (2023-09-21) +------------------ + +Changes +~~~~~~~ +* Modify firm_info tag (Ticket #4942172) [Samy Saad] + + - Add address parts as context variables in simple_tag + - Rename `address` context variable to `fill_address` + +Other +~~~~~ +* [DOC] Add models, templatetags and serializers doc. [Samy Saad] + + 0.1.3 (2023-08-30) ------------------ diff --git a/setup.cfg b/setup.cfg index 9e7bdfd..0441bea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ;; [metadata] name = django-firm-info -version = 0.1.3 +version = 0.1.4 description = A Django application package for storage firm info long_description = file:README.rst long_description_content_type = text/x-rst