Release 1.2.9

This commit is contained in:
Alex Clark 2013-02-20 09:08:51 -05:00
parent 1a1a7243dc
commit 1ed2b5fb5a

View file

@ -2,7 +2,7 @@ import logging
import os
from django.conf import settings
VERSION = (1, 2, 5, 'rc1')
VERSION = (1, 2, 9)
def get_version():