Skip to content

Commit

Permalink
release v0.1.0 - add cli scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Jul 7, 2012
1 parent 7729d4b commit 2f4193b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions MANIFEST.in
@@ -1,5 +1,6 @@
include AUTHORS README.creole MANIFEST.in
recursive-include * *.html *.css *.js
include django_kippo/locale/*/LC_MESSAGES/django.*
recursive-include * *.html *.css *.js *.creole
recursive-include cli_scripts *.py
include django_kippo/locale/*/LC_MESSAGES/django.*
recursive-exclude * *.py[co]
recursive-exclude * local_settings.py
2 changes: 1 addition & 1 deletion django_kippo/__init__.py
Expand Up @@ -15,7 +15,7 @@
import warnings


__version__ = (0, 0, 1)
__version__ = (0, 1, 0)


VERSION_STRING = '.'.join(str(part) for part in __version__)
Expand Down

0 comments on commit 2f4193b

Please sign in to comment.