Skip to content

Commit

Permalink
Fix distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred82santa committed Nov 19, 2017
1 parent 7fec81f commit d2dd065
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ clean:
@echo "Cleaning build files..."
rm -rf build
@echo "Cleaning egg info files..."
rm -rf ${PACKAGE_NAME}.egg-info
rm -rf dirty_models.egg-info
@echo "Cleaning coverage files..."
rm -f .coverage

Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ Features
Changelog
---------

Version 0.11.1
--------------

- Distribution fixes.


Version 0.11.0
--------------
Expand Down
2 changes: 1 addition & 1 deletion dirty_models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
from .fields import *
from .utils import *

__version__ = '0.11.0'
__version__ = '0.11.1'

0 comments on commit d2dd065

Please sign in to comment.