Skip to content

Commit

Permalink
purged silly hold support
Browse files Browse the repository at this point in the history
  • Loading branch information
inbalboa committed Feb 6, 2020
1 parent 1c326ae commit bb86ee3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion monobankua/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def __str__(self):
cashback = f', кешбек {self.cashbackAmount / 100:g} {currency}' if self.cashbackAmount else ''
commission = f', комісія {self.commissionRate / 100:g} {currency}' if self.commissionRate else ''
category_symbol = '💸' if self.income else self.category.symbol
hold_symbol = '' if self.hold else '✓'
datetime = self.datetime.strftime('%d.%m.%Y %H:%M')
comment = (f' «{self.comment}»' if self.comment else '').replace('\n', ' ')
description = self.description.replace('\n', ' ')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def find_requires():

setuptools.setup(
name='monobankua',
version='0.3.4',
version='0.3.5',
author='Sergey Shlyapugin',
author_email='shlyapugin@gmail.com',
description='Monobank.ua API client',
Expand Down

0 comments on commit bb86ee3

Please sign in to comment.