mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Release 0.6
This commit is contained in:
parent
6cca79c281
commit
c6b1284494
2 changed files with 12 additions and 1 deletions
11
CHANGES.rst
11
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)
|
||||
---------------------------
|
||||
|
|
|
|||
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Reference in a new issue