Skip to content

Commit

Permalink
Bump version to 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
joeced committed Jan 12, 2018
1 parent 9803219 commit cc68f13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
sphinxcontrib-matlabdomain-0.2.13 (2018-01-12)
==============================================

* Fix bug when parsing a function without output and no parentheses.
* Better error messages during parsing of functions.


sphinxcontrib-matlabdomain-0.2.12 (2018-01-10)
==============================================

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.12'
version = '0.2.13'

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

Expand Down

0 comments on commit cc68f13

Please sign in to comment.