Skip to content
This repository was archived by the owner on Jun 16, 2018. It is now read-only.

Commit 2f50f36

Browse files
committed
Updated changelog in the docs [skip ci]
1 parent 1efb17f commit 2f50f36

File tree

8 files changed

+33
-12
lines changed

8 files changed

+33
-12
lines changed
887 Bytes
Binary file not shown.
-13 Bytes
Binary file not shown.

docs/_build/html/_sources/changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
1.0.0
5+
-----
6+
7+
* PEP8 and Pyflakes compliance and testing
8+
* Proper semantic versioning
9+
410
0.4
511
---
612

docs/_build/html/changelog.html

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,26 @@ <h3>Navigation</h3>
5454
<div class="section" id="changelog">
5555
<h1>Changelog<a class="headerlink" href="#changelog" title="Permalink to this headline"></a></h1>
5656
<div class="section" id="id1">
57-
<h2>0.4<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
57+
<h2>1.0.0<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
5858
<ul class="simple">
59-
<li>Bug fix for Virgina elections</li>
59+
<li>PEP8 and Pyflakes compliance and testing</li>
60+
<li>Proper semantic versioning</li>
6061
</ul>
6162
</div>
6263
<div class="section" id="id2">
63-
<h2>0.3<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
64+
<h2>0.4<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
6465
<ul class="simple">
65-
<li>Added delegate summary method thanks to contributions of David Eads.</li>
66+
<li>Bug fix for Virgina elections</li>
6667
</ul>
6768
</div>
6869
<div class="section" id="id3">
69-
<h2>0.2<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
70+
<h2>0.3<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
71+
<ul class="simple">
72+
<li>Added delegate summary method thanks to contributions of David Eads.</li>
73+
</ul>
74+
</div>
75+
<div class="section" id="id4">
76+
<h2>0.2<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h2>
7077
<ul class="simple">
7178
<li>Added <cite>get_topofticket</cite> methods thanks to contributions by Corey Oordt.</li>
7279
</ul>
@@ -88,9 +95,10 @@ <h2>beta<a class="headerlink" href="#beta" title="Permalink to this headline">¶
8895
<h3><a href="index.html">Table Of Contents</a></h3>
8996
<ul>
9097
<li><a class="reference internal" href="#">Changelog</a><ul>
91-
<li><a class="reference internal" href="#id1">0.4</a></li>
92-
<li><a class="reference internal" href="#id2">0.3</a></li>
93-
<li><a class="reference internal" href="#id3">0.2</a></li>
98+
<li><a class="reference internal" href="#id1">1.0.0</a></li>
99+
<li><a class="reference internal" href="#id2">0.4</a></li>
100+
<li><a class="reference internal" href="#id3">0.3</a></li>
101+
<li><a class="reference internal" href="#id4">0.2</a></li>
94102
<li><a class="reference internal" href="#beta">beta</a></li>
95103
</ul>
96104
</li>

docs/_build/html/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,10 @@ <h2>Documentation<a class="headerlink" href="#documentation" title="Permalink to
103103
</ul>
104104
</li>
105105
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Changelog</a><ul>
106-
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">0.4</a></li>
107-
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id2">0.3</a></li>
108-
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id3">0.2</a></li>
106+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id1">1.0.0</a></li>
107+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id2">0.4</a></li>
108+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id3">0.3</a></li>
109+
<li class="toctree-l2"><a class="reference internal" href="changelog.html#id4">0.2</a></li>
109110
<li class="toctree-l2"><a class="reference internal" href="changelog.html#beta">beta</a></li>
110111
</ul>
111112
</li>

docs/_build/html/objects.inv

-1 Bytes
Binary file not shown.

docs/_build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/changelog.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
1.0.0
5+
-----
6+
7+
* PEP8 and Pyflakes compliance and testing
8+
* Proper semantic versioning
9+
410
0.4
511
---
612

0 commit comments

Comments
 (0)