diff options
| author | Tom Christie | 2013-05-07 14:11:48 +0100 |
|---|---|---|
| committer | Tom Christie | 2013-05-07 14:11:48 +0100 |
| commit | d7c08222f14389b4d61e5ca9032c49b8b917d251 (patch) | |
| tree | 29b35471d571c9842f9bd62650249ee78213e72d /rest_framework/__init__.py | |
| parent | ed2cf180c961bb337c5d3ab7e5f74a1539c33ae4 (diff) | |
| download | django-rest-framework-2.3.1.tar.bz2 | |
Fix breadcrumb rendering issue2.3.1
Diffstat (limited to 'rest_framework/__init__.py')
| -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 35196c74..819558b5 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -1,4 +1,4 @@ -__version__ = '2.3.0' +__version__ = '2.3.1' VERSION = __version__ # synonym |
