Changed the requirements to have mptt just greater than 0.2

This commit is contained in:
Corey Oordt 2010-04-08 06:48:13 -04:00
parent c479cc6ad9
commit 50bf7e1896
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
__version_info__ = {
'major': 0,
'minor': 2,
'micro': 1,
'micro': 2,
'releaselevel': 'final',
'serial': 0
}

View file

@ -1 +1 @@
django-mptt>=0.3
django-mptt>=0.2