Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jun 4, 2016
1 parent 7bb0e53 commit 879c840
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
9 changes: 8 additions & 1 deletion Changelog.rst
@@ -1,10 +1,17 @@
Changelog
=======

0.1.4 (2016-06-02)
0.1.4 (2016-06-04)
--------------------
- Added variable types throughout docs
- Changed default `limit` value to 300 for `occurrences.search` method
- `tox` now included, via @xrotwang (#20)
- Added more registry methods (#11)
- Started occurrence download methods (#16
- Added more names methods (#18)
- All requests now send user-agent headers with `requests` and `pygbif` versions (#13)
- Bug fix for `occurrences.download_get` (#23)
- Fixed bad example for `occurrences.get` (#22)
- Fixed wheel to be universal for 2 and 3 (#10)
- Improved documentation a lot, autodoc methods now

Expand Down
Binary file modified docs/_build/doctrees/changelog_link.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
11 changes: 9 additions & 2 deletions docs/_build/html/changelog_link.html
Expand Up @@ -85,7 +85,7 @@
<li class="toctree-l1"><a class="reference internal" href="registry.html">registry module</a></li>
<li class="toctree-l1"><a class="reference internal" href="species.html">species module</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#id1">0.1.4 (2016-06-02)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id1">0.1.4 (2016-06-04)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id2">0.1.1 (2015-11-03)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id3">0.1.0 (2015-11-02)</a></li>
</ul>
Expand Down Expand Up @@ -137,10 +137,17 @@
<div class="section" id="changelog">
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
<div class="section" id="id1">
<h2>0.1.4 (2016-06-02)<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>0.1.4 (2016-06-04)<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Added variable types throughout docs</li>
<li>Changed default <cite>limit</cite> value to 300 for <cite>occurrences.search</cite> method</li>
<li><cite>tox</cite> now included, via &#64;xrotwang (#20)</li>
<li>Added more registry methods (#11)</li>
<li>Started occurrence download methods (#16</li>
<li>Added more names methods (#18)</li>
<li>All requests now send user-agent headers with <cite>requests</cite> and <cite>pygbif</cite> versions (#13)</li>
<li>Bug fix for <cite>occurrences.download_get</cite> (#23)</li>
<li>Fixed bad example for <cite>occurrences.get</cite> (#22)</li>
<li>Fixed wheel to be universal for 2 and 3 (#10)</li>
<li>Improved documentation a lot, autodoc methods now</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/index.html
Expand Up @@ -192,7 +192,7 @@ <h2>Contents<a class="headerlink" href="#contents" title="Permalink to this head
<li class="toctree-l1"><a class="reference internal" href="registry.html">registry module</a></li>
<li class="toctree-l1"><a class="reference internal" href="species.html">species module</a></li>
<li class="toctree-l1"><a class="reference internal" href="changelog_link.html">Changelog</a><ul>
<li class="toctree-l2"><a class="reference internal" href="changelog_link.html#id1">0.1.4 (2016-06-02)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog_link.html#id1">0.1.4 (2016-06-04)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog_link.html#id2">0.1.1 (2015-11-03)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog_link.html#id3">0.1.0 (2015-11-02)</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 879c840

Please sign in to comment.