diff options
| author | Jacob Kaplan-Moss <jacob@jacobian.org> | 2014-02-06 15:54:27 -0600 |
|---|---|---|
| committer | Jacob Kaplan-Moss <jacob@jacobian.org> | 2014-02-06 15:54:27 -0600 |
| commit | 43510cffcbf64e73232da1d6209151c7232fd2b6 (patch) | |
| tree | dafc5c5fe1016a2e775c0709f54f7b82f7835576 | |
| parent | 84fb7b468e941602f8f7edccc198dd21f8c9734d (diff) | |
Bumped version number for 1.7a21.7a2
| -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 775759ef03..1b7c96bffd 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 7, 0, 'alpha', 1) +VERSION = (1, 7, 0, 'alpha', 2) def get_version(*args, **kwargs): |
