Skip to content

Commit

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

* Fixed `Issue 27 https://github.com/sphinx-contrib/matlabdomain/issues/27`.
An "events" block in a class causes Sphinx to hang.
* Fixed `Issue 52 https://github.com/sphinx-contrib/matlabdomain/issues/52`.
An "enumeration" block in a class causes Sphinx to hang
* Merge `PR 51 https://github.com/sphinx-contrib/matlabdomain/pull/51`
better exception, when input args contains "..."
* Added Christoph Boeddeker as author.


sphinxcontrib-matlabdomain-0.2.11 (2017-11-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.2.11'
version = '0.2.12'

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

Expand Down

0 comments on commit e02f5ce

Please sign in to comment.