Skip to content

Commit

Permalink
Release version 0.2 (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjiang52 committed Nov 8, 2018
1 parent 063fe55 commit 8ace891
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion bitwise/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.2"
Binary file modified docs/_build/doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/_build/html/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Changelog
=========


Unreleased
==========
v0.2 - 2018-11-08
=================

Added
-----
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ <h3>Navigation</h3>
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Changelog</a><ul>
<li><a class="reference internal" href="#unreleased">Unreleased</a></li>
<li><a class="reference internal" href="#v0-2-2018-11-08">v0.2 - 2018-11-08</a></li>
<li><a class="reference internal" href="#v0-1-1-2018-10-17">v0.1.1 - 2018-10-17</a></li>
</ul>
</li>
Expand All @@ -99,8 +99,8 @@ <h3>Quick search</h3>

<div class="section" id="changelog">
<h1>Changelog</h1>
<div class="section" id="unreleased">
<h2>Unreleased</h2>
<div class="section" id="v0-2-2018-11-08">
<h2>v0.2 - 2018-11-08</h2>
<div class="section" id="added">
<h3>Added</h3>
<ul class="simple">
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Changelog
=========


Unreleased
==========
v0.2 - 2018-11-08
=================

Added
-----
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def readme():
with open("README.rst") as f:
return f.read()

execfile("bitwise/_version.py")
exec(open("bitwise/_version.py").read())

setup(
name="bitwise",
Expand Down

0 comments on commit 8ace891

Please sign in to comment.