Release 0.5

This commit is contained in:
Juda Kaleta 2013-09-03 14:00:41 +02:00
parent a31f4b976b
commit bb370d8163
2 changed files with 17 additions and 1 deletions

View file

@ -1,3 +1,19 @@
Release 0.5 (Sep. 03, 2013)
---------------------------
- Added Vimeo thumbnails support
- Added caching of results
- Added example project
- Fixed template tag embed
- Fixed raising UnknownIdException in YouTube detecting.
Release 0.4 (Aug. 22, 2013)
----------------------------

View file

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