diff --git a/CHANGES.rst b/CHANGES.rst index 1d167e8..21830c9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) --------------------------- diff --git a/embed_video/__init__.py b/embed_video/__init__.py index 99b438d..9bd5fda 100644 --- a/embed_video/__init__.py +++ b/embed_video/__init__.py @@ -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():