From f234fc7b14e788d26e459159ca905dbf5161cc22 Mon Sep 17 00:00:00 2001 From: dasf Date: Sat, 1 Mar 2014 16:33:13 +0100 Subject: [PATCH] version 0.6.1 --- README.md | 1 + djangular/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b35c9e..d29d6e9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ Licensed under the MIT license. Release History --------------- +* 0.6.1 - Bug fix for CRUD view. * 0.6.0 - Support for basic CRUD view. * 0.5.0 - Added three way data binding. * 0.4.0 - Removed @csrf_exempt on dispatch method for Ajax requests. diff --git a/djangular/__init__.py b/djangular/__init__.py index cddb396..00f28e9 100644 --- a/djangular/__init__.py +++ b/djangular/__init__.py @@ -1,2 +1,2 @@ # -*- coding: utf-8 -*- -__version__ = '0.6.0' +__version__ = '0.6.1'