Release 0.6

This commit is contained in:
Juda Kaleta 2013-10-04 11:10:25 +02:00
parent 6cca79c281
commit c6b1284494
2 changed files with 12 additions and 1 deletions

View file

@ -1,3 +1,14 @@
Release 0.6 (Oct. 04, 2013)
---------------------------
- Ability to overwrite embed code of backend
- Caching backends properties
- PyPy compatibility
- Admin video mixin and video widget
Release 0.5 (Sep. 03, 2013)
---------------------------

View file

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