Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmuellegger committed Sep 2, 2010
1 parent 939b700 commit b0a4803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -7,6 +7,9 @@ Changelog
* Using ``Autofixture.Values`` for defining initial values in ``Autofixture``
subclasses.

* Making autodiscover more robust. Don't break if some module can't be
imported or throws any other exception.

0.2.3
-----

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -32,7 +32,7 @@ def split(self, *args, **kw):

setup(
name = 'django-autofixture',
version = '0.2.3',
version = '0.2.4',
url = 'https://github.com/gregmuellegger/django-autofixture',
license = 'BSD',
description = 'Provides tools to auto generate test data.',
Expand Down

0 comments on commit b0a4803

Please sign in to comment.