Skip to content

Commit

Permalink
Bump to version 0.4.0
Browse files Browse the repository at this point in the history
Fixes #69
  • Loading branch information
joeced committed Oct 5, 2018
1 parent f752a76 commit 0bda53c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ Contributors
* Lukas Drude
* Christoph Boeddeker
* cleobis
* Hugo Leblanc
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.4.0 (2018-10-05)
=============================================

* Fixed `Issue 69 <https://github.com/sphinx-contrib/matlabdomain/issues/69>`_.
Autodoc for script header. Thanks to Hugo Leblanc for this contribution.


sphinxcontrib-matlabdomain-0.3.5 (2018-09-28)
=============================================

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.3.5'
version = '0.4.0'

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

Expand Down

0 comments on commit 0bda53c

Please sign in to comment.