Skip to content

Commit e8b9ce3

Browse files
Updated Python SDK: v5.0.10
1 parent 2ca9247 commit e8b9ce3

File tree

6 files changed

+209
-209
lines changed

6 files changed

+209
-209
lines changed

README.md

Lines changed: 193 additions & 193 deletions
Large diffs are not rendered by default.

asana/api_client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
7878
self.default_headers[header_name] = header_value
7979
self.cookie = cookie
8080
# Set default User-Agent.
81-
self.user_agent = 'Swagger-Codegen/5.0.9/python'
81+
self.user_agent = 'Swagger-Codegen/5.0.10/python'
8282
# Add custom header
8383
self.default_headers['X-Asana-Client-Lib'] = urlencode(
8484
{
8585
'language': 'Python',
86-
'version': '5.0.9',
86+
'version': '5.0.10',
8787
'language_version': platform.python_version(),
8888
'os': platform.system(),
8989
'os_version': platform.release()

asana/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,5 +258,5 @@ def to_debug_report(self):
258258
"OS: {env}\n"\
259259
"Python Version: {pyversion}\n"\
260260
"Version of the API: 1.0\n"\
261-
"SDK Package Version: 5.0.9".\
261+
"SDK Package Version: 5.0.10".\
262262
format(env=sys.platform, pyversion=sys.version)

docs/PortfoliosApi.md

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/PortfoliosApi.yaml

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from setuptools import setup, find_packages # noqa: H301
1515

1616
NAME = "asana"
17-
VERSION = "5.0.9"
17+
VERSION = "5.0.10"
1818
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
1919
LONG_DESCRIPTION = readme.read()
2020
# To install the library, run the following

0 commit comments

Comments
 (0)