Skip to content

Commit f234fc7

Browse files
committed
version 0.6.1
1 parent b37499f commit f234fc7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Licensed under the MIT license.
4141

4242
Release History
4343
---------------
44+
* 0.6.1 - Bug fix for CRUD view.
4445
* 0.6.0 - Support for basic CRUD view.
4546
* 0.5.0 - Added three way data binding.
4647
* 0.4.0 - Removed @csrf_exempt on dispatch method for Ajax requests.

djangular/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = '0.6.0'
2+
__version__ = '0.6.1'

0 commit comments

Comments
 (0)