Skip to content

Commit

Permalink
Merge tag '0.1.6' into dev
Browse files Browse the repository at this point in the history
0.1.6
  • Loading branch information
rage2000 committed Jul 18, 2024
2 parents 7f43e77 + c01602c commit 53391b3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53391b3

Please sign in to comment.