Skip to content

Commit

Permalink
Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal.rogers committed Sep 28, 2008
1 parent 243b93c commit 4d6f040
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion django_mako.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: django-mako
Version: 0.1.2pre
Version: 0.1.3
Summary: Django Mako
Home-page: http://code.google.com/p/django-mako/
Author: Mikeal Rogers
Expand Down
4 changes: 2 additions & 2 deletions djangomako/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ def __init__(self):
output_encoding=output_encoding,
encoding_errors=encoding_errors,
)
import django_mako
django_mako.lookup = lookup
import djangomako
djangomako.lookup = lookup

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os, sys

PACKAGE_NAME = "django-mako"
PACKAGE_VERSION = "0.1.2pre"
PACKAGE_VERSION = "0.1.3"

SUMMARY = 'Django Mako'

Expand Down

0 comments on commit 4d6f040

Please sign in to comment.