Skip to content

Commit

Permalink
Updated Python SDK: v5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
asana-publish-client-libraries[bot] committed Aug 27, 2024
1 parent 2ca9247 commit e8b9ce3
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 209 deletions.
386 changes: 193 additions & 193 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions asana/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ def __init__(self, configuration=None, header_name=None, header_value=None,
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'Swagger-Codegen/5.0.9/python'
self.user_agent = 'Swagger-Codegen/5.0.10/python'
# Add custom header
self.default_headers['X-Asana-Client-Lib'] = urlencode(
{
'language': 'Python',
'version': '5.0.9',
'version': '5.0.10',
'language_version': platform.python_version(),
'os': platform.system(),
'os_version': platform.release()
Expand Down
2 changes: 1 addition & 1 deletion asana/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,5 +258,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 1.0\n"\
"SDK Package Version: 5.0.9".\
"SDK Package Version: 5.0.10".\
format(env=sys.platform, pyversion=sys.version)
12 changes: 6 additions & 6 deletions docs/PortfoliosApi.md

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/PortfoliosApi.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "asana"
VERSION = "5.0.9"
VERSION = "5.0.10"
with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
LONG_DESCRIPTION = readme.read()
# To install the library, run the following
Expand Down

0 comments on commit e8b9ce3

Please sign in to comment.