Skip to content

Commit

Permalink
version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosir committed Mar 1, 2014
1 parent b37499f commit f234fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion djangular/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '0.6.0'
__version__ = '0.6.1'

0 comments on commit f234fc7

Please sign in to comment.