Updated changelog and bumped version.

This commit is contained in:
Jannis Leidel 2012-08-20 18:11:39 +02:00
parent 0fdc131e99
commit a5a7c2b433
2 changed files with 8 additions and 1 deletions

View File

@ -131,6 +131,13 @@ Other than that it's similar to the new project's style configuration.
Changelog
---------
0.2.1 08/20/2012
^^^^^^^^^^^^^^^^
* Fixed a rather esoteric bug with testing test case class methods
that was caused by a wrong import and the way Django wraps itself
around the unittest2 module (if availale) or unittest on Python >= 2.7.
0.2 05/26/2012
^^^^^^^^^^^^^^

View File

@ -3,4 +3,4 @@ try:
except ImportError:
pass
__version__ = '0.2'
__version__ = '0.2.1'