diff --git a/docs/history.rst b/docs/history.rst index 281bb32..1dd7635 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -4,6 +4,37 @@ History ======= +0.1.6 (2024-07-18) +------------------ + +New +~~~ +* Added complete FirmContact templatetag. [Samy Saad] + + +Changes +~~~~~~~ +* Enhanced code&tests quality. [Samy Saad] + + Added test for app_banner templatetag + test template + Added test for firm_logos templatetag + test template + Added test for social_sharing templatetag + test template + Added Singleton tests + Added post_delete and post_save signals tests + + Added SingletonManager for SocialSharing and Tracking models + Added UniqueModelAdmin that reflect the behaviour of a singleton in admin + + Improved AppsBannerFactory + Added SocialSharingFactory + + Added firm_logos serializer + +Other +~~~~~ +* [DOC] Improved documentation. [Samy Saad] + + 0.1.5 (2024-05-30) ------------------ diff --git a/setup.cfg b/setup.cfg index 3f31d4d..37c7387 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ;; [metadata] name = django-firm-info -version = 0.1.5 +version = 0.1.6 description = A Django application package for storage firm info long_description = file:README.rst long_description_content_type = text/x-rst