Skip to content

Commit

Permalink
Fix packaging issue #192
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Bastida committed Mar 29, 2015
1 parent 2a693fe commit bf31ad0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
recursive-include docs *
prune docs/_build
include AUTHORS
include COPYING
include README.rst
4 changes: 4 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

0.11.1
^^^^^^
* Fix packaging issue. #192

0.11.0
^^^^^^
* Fix incorrect order in JSON output #186
Expand Down
2 changes: 1 addition & 1 deletion glue/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.11.0'
__version__ = '0.11.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name='glue',
version='0.11.0',
version='0.11.1',
url='http://github.com/jorgebastida/glue',
license='BSD',
author='Jorge Bastida',
Expand Down

0 comments on commit bf31ad0

Please sign in to comment.