Skip to content

Commit

Permalink
Bump release
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 23, 2016
1 parent f04f668 commit 2e1fe41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,11 @@
Release History
---------------

3.6.1 (2016-11-20)
++++++++++++++++++
- More plot creation cleanup - fault tolerance for svg files.


3.6.0 (2016-11-20)
++++++++++++++++++
- Cleanup of plot creation - separate _make_figs.m file
Expand Down
2 changes: 1 addition & 1 deletion oct2py/__init__.py
Expand Up @@ -19,7 +19,7 @@
"""

__title__ = 'oct2py'
__version__ = '3.6.0'
__version__ = '3.6.1'
__author__ = 'Steven Silvester'
__license__ = 'MIT'
__copyright__ = 'Copyright 2014-2016 Steven Silvester'
Expand Down

0 comments on commit 2e1fe41

Please sign in to comment.