Fix: Relations were not working as after setting the id, if the object was none, then it set to None again.

eg. in Inventory if product_id was supplied and not the product object, product_id was set, but then when the product was set to None, the product_id was also gone

Version bumped to 7.0.1
This commit is contained in:
2020-06-01 20:40:52 +05:30
parent 58f6d6578b
commit b7a1c5b816
5 changed files with 64 additions and 80 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',
version='7.0.1',
description='brewman',
long_description=README + '\n\n' + CHANGES,
classifiers=[