mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Running on 0.11.1-dev
This commit is contained in:
parent
7db89eb2d4
commit
d05460d2b2
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,9 @@
|
|||
Release 0.11.1 (dev, only bugfixes)
|
||||
-----------------------------------
|
||||
|
||||
*No fixes yet.*
|
||||
|
||||
|
||||
Release 0.11 (July 26, 2014)
|
||||
----------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Django app for easy embeding YouTube and Vimeo videos and music from
|
|||
SoundCloud.
|
||||
"""
|
||||
|
||||
VERSION = (0, 11, 0, 'dev')
|
||||
VERSION = (0, 11, 1, 'dev')
|
||||
|
||||
|
||||
def get_release():
|
||||
|
|
|
|||
Loading…
Reference in a new issue