mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-05 20:14:46 +00:00
Increment micro version
to indicate compatibility with Django's (>1.5) custom user models.
This commit is contained in:
parent
ea58a2aad1
commit
3e542f94c6
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ except ImportError:
|
|||
__version_info__ = {
|
||||
'major': 0,
|
||||
'minor': 6,
|
||||
'micro': 0,
|
||||
'micro': 1,
|
||||
'releaselevel': 'final',
|
||||
'serial': 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue