Skip to content

Commit 55ca356

Browse files
committed
version 2.7.3
1 parent f5f8f8c commit 55ca356

File tree

14 files changed

+40
-2
lines changed

14 files changed

+40
-2
lines changed

docs-src/changelog.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog
33
==============================================
44

5+
v2.7.3 (2020-07-20)
6+
-------------------
7+
8+
Refer to `v2.7.3 milestone <https://github.com/slackapi/python-slackclient/milestone/13?closed=1>`_ to know the complete list of the issues resolved by this release.
9+
10+
**Updates**
11+
12+
1. [WebClient] #754 Fix #729 Add admin.conversations.restrictAccess.*, conversations.mark API - Thanks @ruberVulpes @kian2attari
13+
2. [WebClient] #758 Fix #757 Add admin.usergroups.addTeams, calls.participants.remove API - Thanks @seratch
14+
3. [WebClient] #727 Fix #645 Unclosed client session - Thanks @NoAnyLove @jourdanrodrigues
15+
4. [WebClient] #745 Fix #744 a validation logic bug in DatePickerElement - Thanks @dzudi941
16+
5. [WebClient] #752 Fix #733 Better error handling when getting TimeoutError in RTMClient#start() - Thanks @liorblob @seratch
17+
6. [WebClient] #751 Fix #718 by handling unexpected response body format - Thanks @jeffbuswell @seratch
18+
519
v2.7.2 (2020-06-23)
620
-------------------
721

docs/about.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
</ul>
167167
</li>
168168
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
169+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-3-2020-07-20">v2.7.3 (2020-07-20)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-2-2020-06-23">v2.7.2 (2020-06-23)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-1-2020-06-04">v2.7.1 (2020-06-04)</a></li>
171172
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-0-2020-06-02">v2.7.0 (2020-06-02)</a></li>

docs/auth.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
</ul>
167167
</li>
168168
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
169+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-3-2020-07-20">v2.7.3 (2020-07-20)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-2-2020-06-23">v2.7.2 (2020-06-23)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-1-2020-06-04">v2.7.1 (2020-06-04)</a></li>
171172
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-0-2020-06-02">v2.7.0 (2020-06-02)</a></li>

docs/basic_usage.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
</ul>
167167
</li>
168168
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
169+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-3-2020-07-20">v2.7.3 (2020-07-20)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-2-2020-06-23">v2.7.2 (2020-06-23)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-1-2020-06-04">v2.7.1 (2020-06-04)</a></li>
171172
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-0-2020-06-02">v2.7.0 (2020-06-02)</a></li>

docs/changelog.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
</ul>
167167
</li>
168168
<li class="toctree-l1 current"><a class="current reference internal" href="#">Changelog</a><ul>
169+
<li class="toctree-l2"><a class="reference internal" href="#v2-7-3-2020-07-20">v2.7.3 (2020-07-20)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="#v2-7-2-2020-06-23">v2.7.2 (2020-06-23)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="#v2-7-1-2020-06-04">v2.7.1 (2020-06-04)</a></li>
171172
<li class="toctree-l2"><a class="reference internal" href="#v2-7-0-2020-06-02">v2.7.0 (2020-06-02)</a></li>
@@ -232,6 +233,19 @@
232233
<div class="card">
233234
<div class="section" id="changelog">
234235
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
236+
<div class="section" id="v2-7-3-2020-07-20">
237+
<h2>v2.7.3 (2020-07-20)<a class="headerlink" href="#v2-7-3-2020-07-20" title="Permalink to this headline"></a></h2>
238+
<p>Refer to <a class="reference external" href="https://github.com/slackapi/python-slackclient/milestone/13?closed=1">v2.7.3 milestone</a> to know the complete list of the issues resolved by this release.</p>
239+
<p><strong>Updates</strong></p>
240+
<ol class="arabic simple">
241+
<li><p>[WebClient] #754 Fix #729 Add admin.conversations.restrictAccess.*, conversations.mark API - Thanks &#64;ruberVulpes &#64;kian2attari</p></li>
242+
<li><p>[WebClient] #758 Fix #757 Add admin.usergroups.addTeams, calls.participants.remove API - Thanks &#64;seratch</p></li>
243+
<li><p>[WebClient] #727 Fix #645 Unclosed client session - Thanks &#64;NoAnyLove &#64;jourdanrodrigues</p></li>
244+
<li><p>[WebClient] #745 Fix #744 a validation logic bug in DatePickerElement - Thanks &#64;dzudi941</p></li>
245+
<li><p>[WebClient] #752 Fix #733 Better error handling when getting TimeoutError in RTMClient#start() - Thanks &#64;liorblob &#64;seratch</p></li>
246+
<li><p>[WebClient] #751 Fix #718 by handling unexpected response body format - Thanks &#64;jeffbuswell &#64;seratch</p></li>
247+
</ol>
248+
</div>
235249
<div class="section" id="v2-7-2-2020-06-23">
236250
<h2>v2.7.2 (2020-06-23)<a class="headerlink" href="#v2-7-2-2020-06-23" title="Permalink to this headline"></a></h2>
237251
<p>Refer to <a class="reference external" href="https://github.com/slackapi/python-slackclient/milestone/12?closed=1">v2.7.2 milestone</a> to know the complete list of the issues resolved by this release.</p>

docs/conversations.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
</ul>
167167
</li>
168168
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
169+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-3-2020-07-20">v2.7.3 (2020-07-20)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-2-2020-06-23">v2.7.2 (2020-06-23)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-1-2020-06-04">v2.7.1 (2020-06-04)</a></li>
171172
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-0-2020-06-02">v2.7.0 (2020-06-02)</a></li>

docs/faq.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
</ul>
167167
</li>
168168
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
169+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-3-2020-07-20">v2.7.3 (2020-07-20)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-2-2020-06-23">v2.7.2 (2020-06-23)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-1-2020-06-04">v2.7.1 (2020-06-04)</a></li>
171172
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-0-2020-06-02">v2.7.0 (2020-06-02)</a></li>

docs/genindex.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@
167167
</ul>
168168
</li>
169169
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
170+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-3-2020-07-20">v2.7.3 (2020-07-20)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-2-2020-06-23">v2.7.2 (2020-06-23)</a></li>
171172
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-1-2020-06-04">v2.7.1 (2020-06-04)</a></li>
172173
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-0-2020-06-02">v2.7.0 (2020-06-02)</a></li>

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
</ul>
167167
</li>
168168
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
169+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-3-2020-07-20">v2.7.3 (2020-07-20)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-2-2020-06-23">v2.7.2 (2020-06-23)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-1-2020-06-04">v2.7.1 (2020-06-04)</a></li>
171172
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-0-2020-06-02">v2.7.0 (2020-06-02)</a></li>

docs/metadata.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
</ul>
167167
</li>
168168
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
169+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-3-2020-07-20">v2.7.3 (2020-07-20)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-2-2020-06-23">v2.7.2 (2020-06-23)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-1-2020-06-04">v2.7.1 (2020-06-04)</a></li>
171172
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-7-0-2020-06-02">v2.7.0 (2020-06-02)</a></li>

0 commit comments

Comments
 (0)