From fd936fd0e3f3e52e0ccb3b987be148e7f42d9f9c Mon Sep 17 00:00:00 2001 From: Xavier Bustamante Talavera Date: Mon, 25 Jun 2018 17:31:28 +0200 Subject: [PATCH] Update teal; bump to 0.2.0a7 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d7d314ce..bf4e7a22 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open('README.md') as f: setup( name='ereuse-devicehub', - version='0.2.0a7', + version='0.2.0a8', packages=find_packages(), url='https://github.com/ereuse/devicehub-teal', license='Affero', @@ -16,7 +16,7 @@ setup( long_description=long_description, long_description_content_type='text/markdown', install_requires=[ - 'teal>=0.2.0a4', + 'teal>=0.2.0a5', 'marshmallow_enum', 'ereuse-utils[Naming]>=0.3.0b2', 'psycopg2-binary',