Skip to content

Commit

Permalink
update MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
tell-k committed Jun 21, 2015
1 parent 320cea8 commit e2f2ffb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -2,5 +2,5 @@ include LICENSE
include README.rst
include setup.py
include tox.ini
recursive-include models *.py *.rst *.md
recursive-include modelsdoc *.py *.rst *.md
recursive-include tests *.py *.rst *.md
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -135,7 +135,7 @@ MIT Licence. See the LICENSE file for specific terms.
History
=======

0.1.1(Jun 21, 2015)
0.1.2(Jun 21, 2015)
---------------------
* Bug fixed. Not include output templates.

Expand Down
2 changes: 1 addition & 1 deletion modelsdoc/__init__.py
Expand Up @@ -8,4 +8,4 @@
"""
from __future__ import division, print_function, absolute_import, unicode_literals # NOQA

__version__ = '0.1.1'
__version__ = '0.1.2'

0 comments on commit e2f2ffb

Please sign in to comment.