Feature/Fix: Auth service will check local storage during get user in case another window has refreshed the token

This commit is contained in:
2020-09-13 08:34:47 +05:30
parent 8b82cf8157
commit cb66700157
3 changed files with 19 additions and 8 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.1.1',
version='7.2.0',
description='brewman',
long_description=README + '\n\n' + CHANGES,
classifiers=[