Skip to content

Commit

Permalink
Bumped to v0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Voase committed Jan 31, 2010
1 parent ec1679f commit 3e5c1a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README
@@ -1,6 +1,6 @@
<!--*-markdown-*-->

# DjanJinja v0.6
# DjanJinja v0.7

DjanJinja: the sound you make when you've got peanut butter stuck to the roof of
your mouth. Incidentally, it also happens to be the name of a new re-usable
Expand Down Expand Up @@ -356,4 +356,4 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to <http://unlicense.org/>
For more information, please refer to <http://unlicense.org/>
4 changes: 2 additions & 2 deletions djanjinja/__init__.py
Expand Up @@ -18,7 +18,7 @@
'views',
]

__version__ = '0.6'
__version__ = '0.7'


def get_environment():
Expand All @@ -35,4 +35,4 @@ def get_environment():
def get_template(template_name):
"""Return the specified template."""

return get_env().get_template(template_name)
return get_env().get_template(template_name)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='DjanJinja',
version='0.6',
version='0.7',
description='Easy Django and Jinja2 integration.',
packages=['djanjinja', 'djanjinja.bundles', 'djanjinja.extensions'],
url='http://bitbucket.org/zacharyvoase/djanjinja/',
Expand Down

0 comments on commit 3e5c1a4

Please sign in to comment.