Skip to content

Commit

Permalink
Updated Python client to v1.215.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitmovin OpenApi Bot committed Dec 17, 2024
1 parent 8652847 commit 1531dfe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bitmovin_api_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1901,4 +1901,4 @@
from bitmovin_api_sdk.models.zixi_input import ZixiInput


__version__ = "1.214.0"
__version__ = "1.215.0"
2 changes: 1 addition & 1 deletion bitmovin_api_sdk/common/rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class RestClient(object):
HTTP_HEADERS = {
'Content-Type': 'application/json',
'X-Api-Client': 'bitmovin-api-sdk-python',
'X-Api-Client-Version': '1.214.0'
'X-Api-Client-Version': '1.215.0'
}

DELETE = 'DELETE'
Expand Down
2 changes: 1 addition & 1 deletion docs/__modules/bitmovin_api_sdk.common.html
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this

<dl class="py attribute">
<dt class="sig sig-object py" id="bitmovin_api_sdk.common.rest_client.RestClient.HTTP_HEADERS">
<span class="sig-name descname"><span class="pre">HTTP_HEADERS</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">{'Content-Type':</span> <span class="pre">'application/json',</span> <span class="pre">'X-Api-Client':</span> <span class="pre">'bitmovin-api-sdk-python',</span> <span class="pre">'X-Api-Client-Version':</span> <span class="pre">'1.214.0'}</span></em><a class="headerlink" href="#bitmovin_api_sdk.common.rest_client.RestClient.HTTP_HEADERS" title="Permalink to this definition"></a></dt>
<span class="sig-name descname"><span class="pre">HTTP_HEADERS</span></span><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">{'Content-Type':</span> <span class="pre">'application/json',</span> <span class="pre">'X-Api-Client':</span> <span class="pre">'bitmovin-api-sdk-python',</span> <span class="pre">'X-Api-Client-Version':</span> <span class="pre">'1.215.0'}</span></em><a class="headerlink" href="#bitmovin_api_sdk.common.rest_client.RestClient.HTTP_HEADERS" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

<dl class="py attribute">
Expand Down
2 changes: 1 addition & 1 deletion docs/_modules/bitmovin_api_sdk/common/rest_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1>Source code for bitmovin_api_sdk.common.rest_client</h1><div class="highligh
<span class="n">HTTP_HEADERS</span> <span class="o">=</span> <span class="p">{</span>
<span class="s1">&#39;Content-Type&#39;</span><span class="p">:</span> <span class="s1">&#39;application/json&#39;</span><span class="p">,</span>
<span class="s1">&#39;X-Api-Client&#39;</span><span class="p">:</span> <span class="s1">&#39;bitmovin-api-sdk-python&#39;</span><span class="p">,</span>
<span class="s1">&#39;X-Api-Client-Version&#39;</span><span class="p">:</span> <span class="s1">&#39;1.214.0&#39;</span>
<span class="s1">&#39;X-Api-Client-Version&#39;</span><span class="p">:</span> <span class="s1">&#39;1.215.0&#39;</span>
<span class="p">}</span>

<span class="n">DELETE</span> <span class="o">=</span> <span class="s1">&#39;DELETE&#39;</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

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 @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

NAME = 'bitmovin-api-sdk'
VERSION = '1.214.0'
VERSION = '1.215.0'
DESCRIPTION = 'Python-Client which enables you to seamlessly integrate the Bitmovin API into your projects. Using this API client requires an active account.'
AUTHOR = 'Bitmovin Inc'
EMAIL = '[email protected]'
Expand Down

0 comments on commit 1531dfe

Please sign in to comment.