Update: to 7.0.4

Fix: Balance Sheet was showing account in random heads
Fix: Batch was not showing in issue
Fix: At times, the Product Ledger created error on rounding and did not show.
This commit is contained in:
2020-07-16 13:09:22 +05:30
parent ad8a2d2cc3
commit a04cb4cd4d
5 changed files with 21 additions and 21 deletions

View File

@ -11,7 +11,7 @@ with open(os.path.join(here, 'requirements.txt'), "r") as r:
requires = r.read().splitlines()
setup(name='brewman',
version='7.0.3',
version='7.0.4',
description='brewman',
long_description=README + '\n\n' + CHANGES,
classifiers=[