1
0
mirror of https://github.com/django/django.git synced 2025-10-26 15:16:09 +00:00

Fixed #1177 -- Added django.VERSION and '--version' command to django-admin.py/manage.py

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty
2006-02-17 18:33:09 +00:00
parent c14e692952
commit a10e8153f3
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1 @@
VERSION = (0, 9, 1, 'SVN')