Skip to content

Commit

Permalink
Merge branch 'master' of github.com:alageek/django-voice
Browse files Browse the repository at this point in the history
  • Loading branch information
gkmngrgn committed Aug 28, 2011
2 parents dec3c8a + ba5df31 commit afe033b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include README.rst
include pip-requirements.txt
recursive-include djangovoice/static *
recursive-include djangovoice/templates *.html
recursive-include djangovoice *.py
2 changes: 1 addition & 1 deletion djangovoice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
VERSION = (0, 3, 1)

def get_version():
return '.'.join(map(str, VERSION))
return '.'.join(map(str, VERSION))
File renamed without changes.

0 comments on commit afe033b

Please sign in to comment.