diff options
| author | Andy Freeland | 2015-03-23 12:01:54 -0400 | 
|---|---|---|
| committer | Andy Freeland | 2015-03-24 15:32:10 -0400 | 
| commit | f7fc754bc916ba41288328cc3d0434225739a4f0 (patch) | |
| tree | 6da4327f992ebcc5350828b9eae4baf5c3e990b3 /rest_framework | |
| parent | 9401eccbfab0ecd5f29414eab01e887c56e6e548 (diff) | |
| download | django-rest-framework-f7fc754bc916ba41288328cc3d0434225739a4f0.tar.bz2 | |
Version bump and release notes update for 2.4.5
Diffstat (limited to 'rest_framework')
| -rw-r--r-- | rest_framework/__init__.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 15b12d9b..53019097 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -8,7 +8,7 @@ ______ _____ _____ _____    __  """  __title__ = 'Django REST framework' -__version__ = '2.4.4' +__version__ = '2.4.5'  __author__ = 'Tom Christie'  __license__ = 'BSD 2-Clause'  __copyright__ = 'Copyright 2011-2014 Tom Christie'  | 
