Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tbekolay committed Jul 16, 2019
1 parent 3484aa0 commit b230bf0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ Release History
- Removed
- Fixed
1.0.1 (July 16, 2019)
=====================

**Changed**

- Fixed a missing divider in the documentation drop-down menu.

1.0.0 (July 16, 2019)
=====================

Expand Down
1 change: 1 addition & 0 deletions nengo_sphinx_theme/theme/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
<a class="dropdown-item" href="{{ url }}">{{ name }}</a>
{%- endif %}
{%- endfor %}
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="https://www.nengo.ai/documentation"
>All documentation</a
>
Expand Down
2 changes: 1 addition & 1 deletion nengo_sphinx_theme/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

name = "nengo_sphinx_theme"
version_info = (1, 0, 0) # (major, minor, patch)
version_info = (1, 0, 1) # (major, minor, patch)
dev = None

version = "{v}{dev}".format(v='.'.join(str(v) for v in version_info),
Expand Down

0 comments on commit b230bf0

Please sign in to comment.