diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-10-12 05:01:01 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-10-12 05:01:01 +0000 |
| commit | 7d3b4093118c19d65909e53a008fe372891ae4da (patch) | |
| tree | 8203b3fbafe6ef3e81a876318f6b478d9bf99d4c | |
| parent | 30d4c16ade9218e0166791a78be511510936c078 (diff) | |
[0.91-bugfixes] Fix a silly typo in the version number.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@9230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/__init__.py b/django/__init__.py index a6fe2d9630..27f57db797 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1 +1 @@ -VERSION = (0, 9, 3, 'SVN') +VERSION = (0, 91, 3, 'SVN') |
