Skip to content

Commit 6deb7a3

Browse files
committed
Version bumps. Still don't totally support python 3.7 due to attachment uploading running into https://bugs.python.org/issue34226, but we're close
1 parent e65a93f commit 6deb7a3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

asana/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = 'asana'
2-
__version__ = '0.8.1'
2+
__version__ = '0.8.2'
33
__license__ = 'MIT'
44
__copyright__ = 'Copyright 2016 Asana, Inc.'
55

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest~=2.8
1+
pytest~=3.0
22
requests_oauthlib>=0.8.0<2.0
33
requests~=2.14
44
responses~=0.8.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='asana',
13-
version='0.8.1',
13+
version='0.8.2',
1414
description='Asana API client',
1515
license='MIT',
1616
classifiers=[

0 commit comments

Comments
 (0)