Skip to content

Commit

Permalink
Bump to version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayley van Waas committed Jun 15, 2017
1 parent 42f5a5c commit de0bd29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
#######################################

0.6.1
=======================================

Fixes:

- Adds all interactives to required files.
- Typo in Interactive documentation.

0.6.0
=======================================

Expand Down
2 changes: 1 addition & 1 deletion verto/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# flake8: noqa
from .Verto import Verto

__version__ = '0.6.0'
__version__ = '0.6.1'

0 comments on commit de0bd29

Please sign in to comment.