From c6b1284494b5bada61f9dc973792c883f741a9dc Mon Sep 17 00:00:00 2001 From: Juda Kaleta Date: Fri, 4 Oct 2013 11:10:25 +0200 Subject: [PATCH] Release 0.6 --- CHANGES.rst | 11 +++++++++++ embed_video/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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():