Skip to content

Commit

Permalink
Bump version to 0.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
joeced committed Mar 5, 2018
1 parent f08db60 commit 88d18c5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
sphinxcontrib-matlabdomain-0.2.16 (2018-03-05)
==============================================

* Fixed `Issue 13 <https://github.com/sphinx-contrib/matlabdomain/issues/13>`_.
crashes if filename and classname are different.
* Fixed `Issue 19 <https://github.com/sphinx-contrib/matlabdomain/issues/19>`_.
crashes if classdef docstring is not indented
* Fixed `Issue #41 <https://github.com/sphinx-contrib/matlabdomain/issues/41>`_.
Problem with non ascii characters.


sphinxcontrib-matlabdomain-0.2.15 (2018-02-25)
==============================================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with open('README.rst', 'r') as f_readme:
long_desc = f_readme.read()

version = '0.2.15'
version = '0.2.16'

requires = ['Sphinx>=1.4.3', 'Pygments>=2.0.1', 'future>=0.16.0']

Expand Down

0 comments on commit 88d18c5

Please sign in to comment.