Project

General

Profile

Statistics
| Branch: | Revision:

root / env / lib / python2.7 / site-packages / south / __init__.py @ d1a4905f

History | View | Annotate | Download (177 Bytes)

1
"""
2
South - Useable migrations for Django apps
3
"""
4

    
5
__version__ = "0.7.6"
6
__authors__ = [
7
    "Andrew Godwin <andrew@aeracode.org>",
8
    "Andy McCurdy <andy@andymccurdy.com>"
9
]