Skip to content

Commit

Permalink
اطلاق النسخة 0.2.95
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Aug 28, 2024
1 parent 434436c commit 8c07e27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = 'zakat'
version = '0.2.93'
version = '0.2.95'
authors = [
{ name='Abdelaziz Elrashed Elshaikh Mohamed', email='aeemh.sdn@gmail.com' },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='zakat',
version='0.2.93',
version='0.2.95',
description='A Python Library for Islamic Financial Management.',
author='Abdelaziz Elrashed Elshaikh Mohamed',
author_email='aeemh.sdn@gmail.com',
Expand Down
6 changes: 3 additions & 3 deletions zakat/zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,9 @@ class ZakatTracker:
- total (int): The total Zakat deducted from this transaction.
- count (int): The total number of transactions for the account.
- exchange (dict):
- {timestamps} (dict):
- rate (float): Exchange rate when compared to local currency.
- description (str): The description of the exchange rate.
- {timestamps} (dict):
- rate (float): Exchange rate when compared to local currency.
- description (str): The description of the exchange rate.
- log (dict): A dictionary storing transaction logs.
- {timestamp} (dict):
- value (int): The transaction amount (positive or negative).
Expand Down

0 comments on commit 8c07e27

Please sign in to comment.