Skip to content

Commit 033fb44

Browse files
committed
version 2.8.2
1 parent 8f8b207 commit 033fb44

File tree

14 files changed

+32
-2
lines changed

14 files changed

+32
-2
lines changed

docs-src/changelog.rst

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

5+
v2.8.2 (2020-09-04)
6+
-------------------
7+
8+
Refer to `v2.8.2 milestone <https://github.com/slackapi/python-slackclient/milestone/16?closed=1>`_ to know the complete list of the issues resolved by this release.
9+
10+
**Updates**
11+
12+
1. [WebClient] #795 #794 Add admin.conversations.* API methods in WebClient/AsyncWebClient - Thanks @ruberVulpes
13+
2. [WebClient] #796 Fix a link to the Static options documentation - Thanks @Jamim
14+
515
v2.8.1 (2020-08-28)
616
-------------------
717

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-8-2-2020-09-04">v2.8.2 (2020-09-04)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-1-2020-08-28">v2.8.1 (2020-08-28)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-0-2020-08-06">v2.8.0 (2020-08-06)</a></li>
171172
<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>

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-8-2-2020-09-04">v2.8.2 (2020-09-04)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-1-2020-08-28">v2.8.1 (2020-08-28)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-0-2020-08-06">v2.8.0 (2020-08-06)</a></li>
171172
<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>

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-8-2-2020-09-04">v2.8.2 (2020-09-04)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-1-2020-08-28">v2.8.1 (2020-08-28)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-0-2020-08-06">v2.8.0 (2020-08-06)</a></li>
171172
<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>

docs/changelog.html

Lines changed: 10 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-8-2-2020-09-04">v2.8.2 (2020-09-04)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="#v2-8-1-2020-08-28">v2.8.1 (2020-08-28)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="#v2-8-0-2020-08-06">v2.8.0 (2020-08-06)</a></li>
171172
<li class="toctree-l2"><a class="reference internal" href="#v2-7-3-2020-07-20">v2.7.3 (2020-07-20)</a></li>
@@ -235,6 +236,15 @@
235236
<div class="card">
236237
<div class="section" id="changelog">
237238
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
239+
<div class="section" id="v2-8-2-2020-09-04">
240+
<h2>v2.8.2 (2020-09-04)<a class="headerlink" href="#v2-8-2-2020-09-04" title="Permalink to this headline"></a></h2>
241+
<p>Refer to <a class="reference external" href="https://github.com/slackapi/python-slackclient/milestone/16?closed=1">v2.8.2 milestone</a> to know the complete list of the issues resolved by this release.</p>
242+
<p><strong>Updates</strong></p>
243+
<ol class="arabic simple">
244+
<li><p>[WebClient] #795 #794 Add admin.conversations.* API methods in WebClient/AsyncWebClient - Thanks &#64;ruberVulpes</p></li>
245+
<li><p>[WebClient] #796 Fix a link to the Static options documentation - Thanks &#64;Jamim</p></li>
246+
</ol>
247+
</div>
238248
<div class="section" id="v2-8-1-2020-08-28">
239249
<h2>v2.8.1 (2020-08-28)<a class="headerlink" href="#v2-8-1-2020-08-28" title="Permalink to this headline"></a></h2>
240250
<p>Refer to <a class="reference external" href="https://github.com/slackapi/python-slackclient/milestone/15?closed=1">v2.8.1 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-8-2-2020-09-04">v2.8.2 (2020-09-04)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-1-2020-08-28">v2.8.1 (2020-08-28)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-0-2020-08-06">v2.8.0 (2020-08-06)</a></li>
171172
<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>

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-8-2-2020-09-04">v2.8.2 (2020-09-04)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-1-2020-08-28">v2.8.1 (2020-08-28)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-0-2020-08-06">v2.8.0 (2020-08-06)</a></li>
171172
<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>

docs/genindex.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-8-2-2020-09-04">v2.8.2 (2020-09-04)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-1-2020-08-28">v2.8.1 (2020-08-28)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-0-2020-08-06">v2.8.0 (2020-08-06)</a></li>
171172
<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>

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-8-2-2020-09-04">v2.8.2 (2020-09-04)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-1-2020-08-28">v2.8.1 (2020-08-28)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-0-2020-08-06">v2.8.0 (2020-08-06)</a></li>
171172
<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>

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-8-2-2020-09-04">v2.8.2 (2020-09-04)</a></li>
169170
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-1-2020-08-28">v2.8.1 (2020-08-28)</a></li>
170171
<li class="toctree-l2"><a class="reference internal" href="changelog.html#v2-8-0-2020-08-06">v2.8.0 (2020-08-06)</a></li>
171172
<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>

0 commit comments

Comments
 (0)