Skip to content

Commit

Permalink
cleanup commit for 2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aschleg committed Jun 30, 2020
1 parent 330e548 commit 743e68d
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@ Changelog and version changes made with each release.

## Version 2.2.0

* Support for Python 3.5 has been discontinued.
* The `animals()` method has been updated to include new parameters provided by Petfinder's `animal`
endpoint. This parameters include:
- `good_with_cats`: Boolean for filtering animals that are designated as good with cats.
Expand Down
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/versions.doctree
Binary file not shown.
1 change: 1 addition & 0 deletions docs/build/html/_sources/versions.rst.txt
Expand Up @@ -8,6 +8,7 @@ Changelog and version changes made with each release.
Version 2.2.0
-------------

- Support for Python 3.5 has been discontinued.
- The :code:`animals()` method has been updated to include new parameters provided by Petfinder's :code:`animal`
endpoint. This parameters include:
- :code:`good_with_cats`: Boolean for filtering animals that are designated as good with cats.
Expand Down
1 change: 1 addition & 0 deletions docs/build/html/versions.html
Expand Up @@ -186,6 +186,7 @@
<div class="section" id="version-2-2-0">
<h2>Version 2.2.0<a class="headerlink" href="#version-2-2-0" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>Support for Python 3.5 has been discontinued.</p></li>
<li><p>The <code class="code docutils literal notranslate"><span class="pre">animals()</span></code> method has been updated to include new parameters provided by Petfinder’s <code class="code docutils literal notranslate"><span class="pre">animal</span></code>
endpoint. This parameters include:
- <code class="code docutils literal notranslate"><span class="pre">good_with_cats</span></code>: Boolean for filtering animals that are designated as good with cats.
Expand Down
1 change: 1 addition & 0 deletions docs/source/versions.rst
Expand Up @@ -8,6 +8,7 @@ Changelog and version changes made with each release.
Version 2.2.0
-------------

- Support for Python 3.5 has been discontinued.
- The :code:`animals()` method has been updated to include new parameters provided by Petfinder's :code:`animal`
endpoint. This parameters include:
- :code:`good_with_cats`: Boolean for filtering animals that are designated as good with cats.
Expand Down

0 comments on commit 743e68d

Please sign in to comment.