Updated README and AUTHORS file. Bumped version.

This commit is contained in:
Jannis Leidel 2013-01-28 18:27:18 +01:00
parent ba9037fede
commit a1d8da08e5
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,4 @@
Carl J. Meyer Carl J. Meyer
Jannis Leidel Jannis Leidel
Russ Ferriday Russ Ferriday
Rafal Stozek

View File

@ -1,4 +1,4 @@
Copyright (c) 2011-2012, The django-discover-runner authors Copyright (c) 2011-2013, The django-discover-runner authors
All rights reserved. All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without

View File

@ -131,6 +131,12 @@ Other than that it's similar to the new project's style configuration.
Changelog Changelog
--------- ---------
0.3 01/28/2013
^^^^^^^^^^^^^^
* Fixed setup.py to work on Python 3. This should make this app compatible
to Python 3.
0.2.2 09/04/2012 0.2.2 09/04/2012
^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^

View File

@ -3,4 +3,4 @@ try:
except ImportError: except ImportError:
pass pass
__version__ = '0.2.2' __version__ = '0.3'