Skip to content

Commit

Permalink
Prep for 3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 10, 2015
1 parent c0d1b8e commit 8ac793e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions HISTORY.rst
Expand Up @@ -3,6 +3,12 @@
Release History
---------------

3.0.0 (2015-01-10)
++++++++++++++++++
- Add `convert_to_float` property that is True by default.
- Suppress output in dynamic function calls (using ';')


2.4.2 (2014-12-19)
++++++++++++++++++
- Add support for Octave 3.8 on Windows
Expand Down
2 changes: 1 addition & 1 deletion oct2py/__init__.py
Expand Up @@ -19,7 +19,7 @@
"""

__title__ = 'oct2py'
__version__ = '2.4.2'
__version__ = '3.0.0'
__author__ = 'Steven Silvester'
__license__ = 'MIT'
__copyright__ = 'Copyright 2014 Steven Silvester'
Expand Down

0 comments on commit 8ac793e

Please sign in to comment.