Skip to content

Commit

Permalink
tagging v0.02
Browse files Browse the repository at this point in the history
  • Loading branch information
peritus committed Jun 23, 2008
1 parent 396fd9b commit 994d639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.txt
Expand Up @@ -3,7 +3,7 @@ django_templatecomponents
=========================

:Author: `Filip Noetzel <http://filip.noetzel.co.uk/>`_
:Version: v0.01
:Version: v0.02
:Web: http://j03.de/projects/django_templatecomponents/
:Source: http://j03.de/projects/django_templatecomponents/git/ (also `on github <http://github.com/peritus/django_templatecomponents/>`_)
:Download: http://j03.de/projects/django_templatecomponents/releases/
Expand Down
2 changes: 1 addition & 1 deletion templatecomponents.py
Expand Up @@ -14,7 +14,7 @@
import os
import re

__VERSION__ = 0, 0, 1
__VERSION__ = 0, 0, 2

_COMPRESS_JAVASCRIPT = getattr(settings, 'TEMPLATECOMPONENTS_COMPRESS_JAVASCRIPT', not settings.DEBUG)
_COMPRESS_CSS = getattr(settings, 'TEMPLATECOMPONENTS_COMPRESS_CSS', not settings.DEBUG)
Expand Down

0 comments on commit 994d639

Please sign in to comment.