From 3e5c1a45f09f2667c0188467b495ce2e533e3e03 Mon Sep 17 00:00:00 2001 From: Zachary Voase Date: Sun, 31 Jan 2010 03:22:29 +0000 Subject: [PATCH] Bumped to v0.7. --- README | 4 ++-- djanjinja/__init__.py | 4 ++-- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 8f859f8..b732967 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -# 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 @@ -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 \ No newline at end of file +For more information, please refer to diff --git a/djanjinja/__init__.py b/djanjinja/__init__.py index f9025a7..30d28aa 100644 --- a/djanjinja/__init__.py +++ b/djanjinja/__init__.py @@ -18,7 +18,7 @@ 'views', ] -__version__ = '0.6' +__version__ = '0.7' def get_environment(): @@ -35,4 +35,4 @@ def get_environment(): def get_template(template_name): """Return the specified template.""" - return get_env().get_template(template_name) \ No newline at end of file + return get_env().get_template(template_name) diff --git a/setup.py b/setup.py index 2ce42d2..5d26a8b 100644 --- a/setup.py +++ b/setup.py @@ -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/',