Skip to content

Commit

Permalink
chore: Include migrations in pypi package
Browse files Browse the repository at this point in the history
  • Loading branch information
drager committed Jul 21, 2017
1 parent 5ad983e commit 9c2ef71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ include README.rst
include requirements.txt
recursive-include simpleblog/templates *
recursive-include simpleblog/templatetags *
recursive-include simpleblog/locale *
recursive-include simpleblog/locale *
recursive-include simpleblog/migrations *
3 changes: 2 additions & 1 deletion simpleblog/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VERSION = (0, 2, 0)
VERSION = (0, 2, 1)


def get_version():
"""Return the Django Simple Blog version as a string."""
Expand Down

0 comments on commit 9c2ef71

Please sign in to comment.