diff options
| author | Tim Graham <timograham@gmail.com> | 2015-03-09 10:22:51 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-09 10:22:51 -0400 |
| commit | 449d1effb81152e54f482784cf7febe965007096 (patch) | |
| tree | 4336f5cea0bc7f87e1106da13bc4dc4dc2bfd764 | |
| parent | 35d68e8e766217924375e1a91533fee50159291c (diff) | |
[1.8.x] Bumped version to 1.8 beta 2.1.8b2
| -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 9044b36e0e..e7d717752f 100644 --- a/django/__init__.py +++ b/django/__init__.py @@ -1,6 +1,6 @@ from django.utils.version import get_version -VERSION = (1, 8, 0, 'beta', 1) +VERSION = (1, 8, 0, 'beta', 2) __version__ = get_version(VERSION) |
