Skip to content

Commit

Permalink
Release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yetty committed Sep 3, 2013
1 parent a31f4b9 commit bb370d8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion embed_video/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SoundCloud.
"""

VERSION = (0, 5, 'dev')
VERSION = (0, 6, 'dev')


def get_release():
Expand Down

0 comments on commit bb370d8

Please sign in to comment.