Skip to content

Commit

Permalink
adding migrations to the package
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Wassibauer committed Dec 26, 2011
1 parent 280924e commit e88149e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -1,5 +1,6 @@
include README.rst
include LICENSE.txt
include threaded_messages/migrations/*
include threaded_messages/static/*
include threaded_messages/locale/*/LC_MESSAGES/*.po
include threaded_messages/static/css/*.css
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -18,6 +18,7 @@
'locale/*/LC_MESSAGES/*.po',
'static/js/*.js',
'static/css/*.css',
'migrations/*'
]
},
classifiers=(
Expand Down
2 changes: 1 addition & 1 deletion threaded_messages/__init__.py
@@ -1,2 +1,2 @@
VERSION = (0, 1, 23)
VERSION = (0, 1, 24)
__version__ = '.'.join(map(str, VERSION))

0 comments on commit e88149e

Please sign in to comment.