Skip to content

Commit

Permalink
release as v0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Jul 10, 2012
1 parent da5edfd commit e671699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.creole
Expand Up @@ -124,6 +124,8 @@ to:

== history

* v0.24.2
** Split [[https://github.com/jedie/django-tools/blob/master/django_tools/models.py|UpdateInfoBaseModel()]]: So you can only set "createtime", "lastupdatetime" or "createby", "lastupdateby" or both types (This is backward compatible)
* v0.24.1
** Bugfix: UsergroupsModelField() and add unittests for it
** Add "normal users" in UsergroupsModelField()
Expand Down
2 changes: 1 addition & 1 deletion django_tools/__init__.py
Expand Up @@ -6,7 +6,7 @@
import subprocess


__version__ = (0, 24, 1)
__version__ = (0, 24, 2)


VERSION_STRING = '.'.join(str(part) for part in __version__)
Expand Down

0 comments on commit e671699

Please sign in to comment.