Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roo-oliv committed Feb 24, 2020
1 parent 8b080b6 commit 0271066
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 12 deletions.
2 changes: 0 additions & 2 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _authors:

Authors
=======

Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _changelog:

Changelog
=========

Expand All @@ -17,3 +15,8 @@ Changelog
------------------

* First beta release

0.1.1 (2020-02-24)
------------------

* Update docs
2 changes: 0 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _contributing:

============
Contributing
============
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ checks: black-check flake-check ## perform code standards and style checks

.PHONY: package
package:
pyton setup.py sdist
python setup.py sdist

.PHONY: github-pages
github-pages:
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ Complete docs: https://allrod5.github.io/pycollect/
See also
--------

* :ref:`contributing`
* :ref:`changelog`
* :ref:`authors`
* `CONTRIBUTING <https://allrod5.github.io/pycollect/contributing.html>`_
* `CHANGELOG <https://allrod5.github.io/pycollect/changelog.html>`_
* `AUTHORS <https://allrod5.github.io/pycollect/authors.html>`_
7 changes: 7 additions & 0 deletions docs/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ <h2>0.1.0 (2019-12-22)<a class="headerlink" href="#id4" title="Permalink to this
<li><p>First beta release</p></li>
</ul>
</div>
<div class="section" id="id5">
<h2>0.1.1 (2020-02-24)<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><p>Update docs</p></li>
</ul>
</div>
</div>


Expand Down Expand Up @@ -97,6 +103,7 @@ <h3 id="searchlabel">Quick search</h3>
<li class="toctree-l2"><a class="reference internal" href="#id2">0.0.0 (2019-08-31)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id3">0.0.1 (2019-09-01)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id4">0.1.0 (2019-12-22)</a></li>
<li class="toctree-l2"><a class="reference internal" href="#id5">0.1.1 (2020-02-24)</a></li>
</ul>
</li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ <h1>Contents<a class="headerlink" href="#contents" title="Permalink to this head
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id2">0.0.0 (2019-08-31)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id3">0.0.1 (2019-09-01)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id4">0.1.0 (2019-12-22)</a></li>
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id5">0.1.1 (2020-02-24)</a></li>
</ul>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name="pycollect",
version="0.1.0",
version="0.1.1",
license="MIT license",
description="Utility library to collect files recursively",
long_description="%s\n%s"
Expand Down

0 comments on commit 0271066

Please sign in to comment.