Move to new version

This commit is contained in:
Juda Kaleta 2013-06-25 11:12:50 +02:00
parent 2ec28d6770
commit 1a244eb75c
4 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,11 @@
Changes
*******
0.2
-----
- Support of SoundCloud
0.1
-----

View file

@ -1,7 +1,7 @@
django-embed-video
==================
Django app for easy embeding YouTube and Vimeo videos.
Django app for easy embeding YouTube and Vimeo videos and music from SoundCLoud.
Installation

View file

@ -32,6 +32,7 @@ class EmbedVideoTestCase(TestCase):
('https://soundcloud.com/glassnote/mumford-sons-i-will-wait', '67129237'),
('https://soundcloud.com/matej-roman/jaromir-nohavica-karel-plihal-mikymauz', '7834701'),
('https://soundcloud.com/beny97/sets/jaromir-nohavica-prazska', '960591'),
('https://soundcloud.com/corbel-keep/norah-jones-come-away-with', '22485933'),
)
def setUp(self):

View file

@ -12,7 +12,7 @@ CHANGES = read('CHANGES.rst')
setup(
name='django-embed-video',
packages=find_packages(),
version='0.1.0',
version='0.2.0',
author='Juda Kaleta',
author_email='juda.kaleta@gmail.com',
url='https://github.com/yetty/django-embed-video',