Skip to content

Commit

Permalink
minor version bump and added install docs w/ proper release
Browse files Browse the repository at this point in the history
  • Loading branch information
justquick committed May 21, 2010
1 parent 10261ab commit ede6526
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.rst
Expand Up @@ -5,6 +5,10 @@ Native Tags Documentation
Justin Quick <justquick@gmail.com>
:Version: 0.4

::

pip install django-native-tags==0.4.1

Django Native Tags is a way of making the creation of template tags stupidly simple.
Tags are "native" because there is a much closer relationship between the tag in the template and a Python function behind the scenes.
The app abstracts the work needed to parse out the templatetag syntax into a useable form for a Python function.
Expand Down
4 changes: 4 additions & 0 deletions docs/index.txt
Expand Up @@ -7,6 +7,10 @@ Native Tags Documentation
Justin Quick <justquick@gmail.com>
:Version: 0.4

::

pip install django-native-tags==0.4.1

Django Native Tags is a way of making the creation of template tags stupidly simple.
Tags are "native" because there is a much closer relationship between the tag in the template and a Python function behind the scenes.
The app abstracts the work needed to parse out the templatetag syntax into a useable form for a Python function.
Expand Down
2 changes: 1 addition & 1 deletion native_tags/__init__.py
@@ -1 +1 @@
__version__ = '0.4'
__version__ = '0.4.1'

0 comments on commit ede6526

Please sign in to comment.