Skip to content

Commit

Permalink
fix internal version referenc to current
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Dec 3, 2015
1 parent eb42e25 commit 7eeb138
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
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.
4 changes: 1 addition & 3 deletions docs/_build/html/changelog_link.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,8 @@ <h2>0.1.0 (2015-11-17)<a class="headerlink" href="#id3" title="Permalink to this
<li>New method <cite>crosscite()</cite> - get a citation for DOIs, only supports simple text format</li>
<li>New method <cite>random_dois()</cite> - get a random set of DOIs</li>
<li>Now importing <cite>xml.dom</cite> to do small amount of XML parsing</li>
<li>Changed library structure, now with module system, separated into modules for</li>
<li>Changed library structure, now with module system, separated into modules for the main Crossref search API (i.e., <cite>api.crossref.org</cite>) including higher level methods (e.g., <cite>registration_agency</cite>), content negotiation, and citation counts.</li>
</ul>
<p>the main Crossref search API (i.e., <cite>api.crossref.org</cite>) including higher level methods
(e.g., <cite>registration_agency</cite>), content negotiation, and citation counts.</p>
</div>
<div class="section" id="id4">
<h2>0.0.6 (2015-11-09)<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
Expand Down
2 changes: 1 addition & 1 deletion habanero/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'''

__title__ = 'habanero'
__version__ = '0.1.2.9000'
__version__ = '0.1.3'
__author__ = 'Scott Chamberlain'
__license__ = 'MIT'

Expand Down

0 comments on commit 7eeb138

Please sign in to comment.