Skip to content

Commit

Permalink
Bump version to 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
joeced committed Nov 28, 2017
1 parent 83ca14d commit fa718b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
sphinxcontrib-matlabdomain-0.2.11 (2017-11-28)
==============================================

* Fixed `Issue 42 https://github.com/sphinx-contrib/matlabdomain/issues/42`.
Comment strings after a function docstring are not included in the docstring
anymore.
* Fixed `Issue 50 https://github.com/sphinx-contrib/matlabdomain/issues/50`.
Added Lukas Drude as author.


sphinxcontrib-matlabdomain-0.2.10 (2017-11-27)
==============================================

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.10'
version = '0.2.11'

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

Expand Down

0 comments on commit fa718b3

Please sign in to comment.