mirror / django-1.0.X (http://djangoproject.com/)

Mirror of the 1.0.X maintenance release branch.

Clone this repository (size: 7.5 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/mirror/django-10x/

Changed (Δ0 bytes):

raw changeset »

django/__init__.py (1 lines added, 1 lines removed)

Up to file-list django/__init__.py:

1
VERSION = (1, 0, 4, 'alpha', 0)
1
VERSION = (1, 0, 4, 'final', 0)
2
2
3
3
def get_version():
4
4
    version = '%s.%s' % (VERSION[0], VERSION[1])