Skip to content

Commit

Permalink
Preparing release 0.6.1 with django db expression fix
Browse files Browse the repository at this point in the history
  • Loading branch information
romgar committed Jun 14, 2015
1 parent 345037c commit 0713e33
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog.rst
Expand Up @@ -2,6 +2,15 @@ ChangeLog
=========


.. _v0.6.1:

0.6.1 (2015-06-14)
------------------

*Bugfix:*

- Preventing django db expressions to be evaluated when testing dirty fields (#39).


.. _v0.6:

Expand Down
1 change: 1 addition & 0 deletions README.rst
@@ -1,3 +1,4 @@

Django Dirty Fields
===================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@ def listify(filename):

setup(
name = "django-dirtyfields",
version = "0.6",
version = "0.6.1",
url = 'http://github.com/smn/django-dirtyfields',
license = 'BSD',
description = "Tracking dirty fields on a Django model instance",
Expand Down

0 comments on commit 0713e33

Please sign in to comment.