Commit c2280e34 by Tom Christie

Version 2.2.6

parent ad9aa231
...@@ -40,7 +40,9 @@ You can determine your currently installed version using `pip freeze`: ...@@ -40,7 +40,9 @@ You can determine your currently installed version using `pip freeze`:
## 2.2.x series ## 2.2.x series
### Master ### 2.2.6
**Date**: 4th April 2013
* OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token. * OAuth2 authentication no longer requires unneccessary URL parameters in addition to the token.
* URL hyperlinking in browseable API now handles more cases correctly. * URL hyperlinking in browseable API now handles more cases correctly.
......
__version__ = '2.2.5' __version__ = '2.2.6'
VERSION = __version__ # synonym VERSION = __version__ # synonym
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment