Skip to content

Commit c2280e3

Browse files
Version 2.2.6
1 parent ad9aa23 commit c2280e3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/topics/release-notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ You can determine your currently installed version using `pip freeze`:
4040

4141
## 2.2.x series
4242

43-
### Master
43+
### 2.2.6
44+
45+
**Date**: 4th April 2013
4446

4547
* OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token.
4648
* URL hyperlinking in browseable API now handles more cases correctly.

rest_framework/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.2.5'
1+
__version__ = '2.2.6'
22

33
VERSION = __version__ # synonym
44

0 commit comments

Comments
 (0)