Skip to content

Commit 92b2426

Browse files
committed
Release 6.53.0
1 parent bfc08f3 commit 92b2426

File tree

745 files changed

+15013
-2131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

745 files changed

+15013
-2131
lines changed

docs/build/doctrees/CHANGES.doctree

4.65 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
323 KB
Binary file not shown.

docs/build/doctrees/index.doctree

0 Bytes
Binary file not shown.

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 1b5c3345556fbd8192a7730a0b738e14
3+
config: 9bd51efff40de6b71525ae2bc4a40ac6
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/AUTHORS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Authors — twilio-python 6.52.0 documentation</title>
13+
<title>Authors — twilio-python 6.53.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/CHANGES.html

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio-python Changelog — twilio-python 6.52.0 documentation</title>
13+
<title>twilio-python Changelog — twilio-python 6.53.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>
@@ -30,6 +30,31 @@
3030
<div class="section" id="twilio-python-changelog">
3131
<h1>twilio-python Changelog<a class="headerlink" href="#twilio-python-changelog" title="Permalink to this headline"></a></h1>
3232
<p>Here you can see the full list of changes between each twilio-python release.</p>
33+
<div class="section" id="version-6-53-0">
34+
<h2>[2021-02-24] Version 6.53.0<a class="headerlink" href="#version-6-53-0" title="Permalink to this headline"></a></h2>
35+
<p><strong>Library - Chore</strong></p>
36+
<ul class="simple">
37+
<li><a class="reference external" href="https://github.com/twilio/twilio-python/pull/561">PR #561</a>: removed file exec to get version. Thanks to <a class="reference external" href="https://github.com/shwetha-manvinkurke">@shwetha-manvinkurke</a>!</li>
38+
</ul>
39+
<p><strong>Events</strong></p>
40+
<ul class="simple">
41+
<li>Update description of types in the create sink resource</li>
42+
</ul>
43+
<p><strong>Messaging</strong></p>
44+
<ul class="simple">
45+
<li>Add WA template header and footer</li>
46+
<li>Remove A2P campaign and use cases API <strong>(breaking change)</strong></li>
47+
<li>Add number_registration_status field to read and fetch campaign responses</li>
48+
</ul>
49+
<p><strong>Trusthub</strong></p>
50+
<ul class="simple">
51+
<li>Make all resources public</li>
52+
</ul>
53+
<p><strong>Verify</strong></p>
54+
<ul class="simple">
55+
<li>Verify List Attempts API endpoints added.</li>
56+
</ul>
57+
</div>
3358
<div class="section" id="version-6-52-0">
3459
<h2>[2021-02-10] Version 6.52.0<a class="headerlink" href="#version-6-52-0" title="Permalink to this headline"></a></h2>
3560
<p><strong>Library - Docs</strong></p>
@@ -2858,6 +2883,7 @@ <h3>Useful Links</h3>
28582883
<h3><a href="index.html">Table of Contents</a></h3>
28592884
<ul>
28602885
<li><a class="reference internal" href="#">twilio-python Changelog</a><ul>
2886+
<li><a class="reference internal" href="#version-6-53-0">[2021-02-24] Version 6.53.0</a></li>
28612887
<li><a class="reference internal" href="#version-6-52-0">[2021-02-10] Version 6.52.0</a></li>
28622888
<li><a class="reference internal" href="#version-6-51-1">[2021-01-27] Version 6.51.1</a></li>
28632889
<li><a class="reference internal" href="#version-6-51-0">[2021-01-13] Version 6.51.0</a></li>

docs/build/html/CODE_OF_CONDUCT.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Contributor Covenant Code of Conduct — twilio-python 6.52.0 documentation</title>
13+
<title>Contributor Covenant Code of Conduct — twilio-python 6.53.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/CONTRIBUTING.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Contributing to twilio-python — twilio-python 6.52.0 documentation</title>
13+
<title>Contributing to twilio-python — twilio-python 6.53.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/ISSUE_TEMPLATE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Issue Summary — twilio-python 6.52.0 documentation</title>
13+
<title>Issue Summary — twilio-python 6.53.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/PULL_REQUEST_TEMPLATE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Fixes — twilio-python 6.52.0 documentation</title>
13+
<title>Fixes — twilio-python 6.53.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio-python — twilio-python 6.52.0 documentation</title>
13+
<title>twilio-python — twilio-python 6.53.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/UPGRADE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Upgrade Guide — twilio-python 6.52.0 documentation</title>
13+
<title>Upgrade Guide — twilio-python 6.53.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/VERSIONS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Versioning Strategy — twilio-python 6.52.0 documentation</title>
13+
<title>Versioning Strategy — twilio-python 6.53.0 documentation</title>
1414
<link href="_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/index.html

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>Overview: module code — twilio-python 6.52.0 documentation</title>
13+
<title>Overview: module code — twilio-python 6.53.0 documentation</title>
1414
<link href="../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js" type="text/javascript"></script>
@@ -267,14 +267,12 @@ <h1>All modules for which code is available</h1>
267267
</ul></ul><li><a href="twilio/rest/messaging.html">twilio.rest.messaging</a></li>
268268
<ul><li><a href="twilio/rest/messaging/v1.html">twilio.rest.messaging.v1</a></li>
269269
<ul><li><a href="twilio/rest/messaging/v1/brand_registration.html">twilio.rest.messaging.v1.brand_registration</a></li>
270-
<li><a href="twilio/rest/messaging/v1/campaign.html">twilio.rest.messaging.v1.campaign</a></li>
271270
<li><a href="twilio/rest/messaging/v1/deactivation.html">twilio.rest.messaging.v1.deactivation</a></li>
272271
<li><a href="twilio/rest/messaging/v1/service.html">twilio.rest.messaging.v1.service</a></li>
273272
<ul><li><a href="twilio/rest/messaging/v1/service/alpha_sender.html">twilio.rest.messaging.v1.service.alpha_sender</a></li>
274273
<li><a href="twilio/rest/messaging/v1/service/phone_number.html">twilio.rest.messaging.v1.service.phone_number</a></li>
275274
<li><a href="twilio/rest/messaging/v1/service/short_code.html">twilio.rest.messaging.v1.service.short_code</a></li>
276-
</ul><li><a href="twilio/rest/messaging/v1/use_case.html">twilio.rest.messaging.v1.use_case</a></li>
277-
</ul></ul><li><a href="twilio/rest/monitor.html">twilio.rest.monitor</a></li>
275+
</ul></ul></ul><li><a href="twilio/rest/monitor.html">twilio.rest.monitor</a></li>
278276
<ul><li><a href="twilio/rest/monitor/v1.html">twilio.rest.monitor.v1</a></li>
279277
<ul><li><a href="twilio/rest/monitor/v1/alert.html">twilio.rest.monitor.v1.alert</a></li>
280278
<li><a href="twilio/rest/monitor/v1/event.html">twilio.rest.monitor.v1.event</a></li>
@@ -466,6 +464,21 @@ <h1>All modules for which code is available</h1>
466464
<li><a href="twilio/rest/trunking/v1/trunk/origination_url.html">twilio.rest.trunking.v1.trunk.origination_url</a></li>
467465
<li><a href="twilio/rest/trunking/v1/trunk/phone_number.html">twilio.rest.trunking.v1.trunk.phone_number</a></li>
468466
<li><a href="twilio/rest/trunking/v1/trunk/recording.html">twilio.rest.trunking.v1.trunk.recording</a></li>
467+
</ul></ul></ul><li><a href="twilio/rest/trusthub.html">twilio.rest.trusthub</a></li>
468+
<ul><li><a href="twilio/rest/trusthub/v1.html">twilio.rest.trusthub.v1</a></li>
469+
<ul><li><a href="twilio/rest/trusthub/v1/customer_profiles.html">twilio.rest.trusthub.v1.customer_profiles</a></li>
470+
<ul><li><a href="twilio/rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.html">twilio.rest.trusthub.v1.customer_profiles.customer_profiles_channel_endpoint_assignment</a></li>
471+
<li><a href="twilio/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.html">twilio.rest.trusthub.v1.customer_profiles.customer_profiles_entity_assignments</a></li>
472+
<li><a href="twilio/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.html">twilio.rest.trusthub.v1.customer_profiles.customer_profiles_evaluations</a></li>
473+
</ul><li><a href="twilio/rest/trusthub/v1/end_user.html">twilio.rest.trusthub.v1.end_user</a></li>
474+
<li><a href="twilio/rest/trusthub/v1/end_user_type.html">twilio.rest.trusthub.v1.end_user_type</a></li>
475+
<li><a href="twilio/rest/trusthub/v1/policies.html">twilio.rest.trusthub.v1.policies</a></li>
476+
<li><a href="twilio/rest/trusthub/v1/supporting_document.html">twilio.rest.trusthub.v1.supporting_document</a></li>
477+
<li><a href="twilio/rest/trusthub/v1/supporting_document_type.html">twilio.rest.trusthub.v1.supporting_document_type</a></li>
478+
<li><a href="twilio/rest/trusthub/v1/trust_products.html">twilio.rest.trusthub.v1.trust_products</a></li>
479+
<ul><li><a href="twilio/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.html">twilio.rest.trusthub.v1.trust_products.trust_products_channel_endpoint_assignment</a></li>
480+
<li><a href="twilio/rest/trusthub/v1/trust_products/trust_products_entity_assignments.html">twilio.rest.trusthub.v1.trust_products.trust_products_entity_assignments</a></li>
481+
<li><a href="twilio/rest/trusthub/v1/trust_products/trust_products_evaluations.html">twilio.rest.trusthub.v1.trust_products.trust_products_evaluations</a></li>
469482
</ul></ul></ul><li><a href="twilio/rest/verify.html">twilio.rest.verify</a></li>
470483
<ul><li><a href="twilio/rest/verify/v2.html">twilio.rest.verify.v2</a></li>
471484
<ul><li><a href="twilio/rest/verify/v2/form.html">twilio.rest.verify.v2.form</a></li>
@@ -480,7 +493,8 @@ <h1>All modules for which code is available</h1>
480493
</ul><li><a href="twilio/rest/verify/v2/service/verification.html">twilio.rest.verify.v2.service.verification</a></li>
481494
<li><a href="twilio/rest/verify/v2/service/verification_check.html">twilio.rest.verify.v2.service.verification_check</a></li>
482495
<li><a href="twilio/rest/verify/v2/service/webhook.html">twilio.rest.verify.v2.service.webhook</a></li>
483-
</ul></ul></ul><li><a href="twilio/rest/video.html">twilio.rest.video</a></li>
496+
</ul><li><a href="twilio/rest/verify/v2/verification_attempt.html">twilio.rest.verify.v2.verification_attempt</a></li>
497+
</ul></ul><li><a href="twilio/rest/video.html">twilio.rest.video</a></li>
484498
<ul><li><a href="twilio/rest/video/v1.html">twilio.rest.video.v1</a></li>
485499
<ul><li><a href="twilio/rest/video/v1/composition.html">twilio.rest.video.v1.composition</a></li>
486500
<li><a href="twilio/rest/video/v1/composition_hook.html">twilio.rest.video.v1.composition_hook</a></li>

docs/build/html/_modules/twilio/base/deserialize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.deserialize — twilio-python 6.52.0 documentation</title>
13+
<title>twilio.base.deserialize — twilio-python 6.53.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/domain.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.domain — twilio-python 6.52.0 documentation</title>
13+
<title>twilio.base.domain — twilio-python 6.53.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/exceptions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.exceptions — twilio-python 6.52.0 documentation</title>
13+
<title>twilio.base.exceptions — twilio-python 6.53.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/instance_context.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.instance_context — twilio-python 6.52.0 documentation</title>
13+
<title>twilio.base.instance_context — twilio-python 6.53.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/instance_resource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.instance_resource — twilio-python 6.52.0 documentation</title>
13+
<title>twilio.base.instance_resource — twilio-python 6.53.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/list_resource.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.list_resource — twilio-python 6.52.0 documentation</title>
13+
<title>twilio.base.list_resource — twilio-python 6.53.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/obsolete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.obsolete — twilio-python 6.52.0 documentation</title>
13+
<title>twilio.base.obsolete — twilio-python 6.53.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

docs/build/html/_modules/twilio/base/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
})(window,document,'script','dataLayer','GTM-MWRD6S');</script><!--End Google Tag Manager-->
1111
<meta content="IE=Edge" http-equiv="X-UA-Compatible"/>
1212
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
13-
<title>twilio.base.page — twilio-python 6.52.0 documentation</title>
13+
<title>twilio.base.page — twilio-python 6.53.0 documentation</title>
1414
<link href="../../../_static/alabaster.css" rel="stylesheet" type="text/css"/>
1515
<link href="../../../_static/pygments.css" rel="stylesheet" type="text/css"/>
1616
<script data-url_root="../../../" id="documentation_options" src="../../../_static/documentation_options.js" type="text/javascript"></script>

0 commit comments

Comments
 (0)