Release 0.7

This commit is contained in:
Juda Kaleta 2013-12-21 17:35:56 +01:00
parent 83a4f256f1
commit 9045b09027
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
Release 0.7 (Dec. 21, 2013)
---------------------------
- Support for sites running on HTTPS
- ``embed`` filter is deprecated and replaced by ``video`` filter.
- caching for whole backends was removed and replaced by caching properties
- minor improvements on example project (fixtures, urls)
Release 0.6 (Oct. 04, 2013)
---------------------------

View file

@ -3,7 +3,7 @@ Django app for easy embeding YouTube and Vimeo videos and music from
SoundCloud.
"""
VERSION = (0, 7, 'dev')
VERSION = (0, 7, 'stable')
def get_release():