Release 0.4

This commit is contained in:
Juda Kaleta 2013-08-22 17:10:43 +02:00
parent f7f6b4b882
commit 2bcb99ffea
2 changed files with 17 additions and 2 deletions

View file

@ -1,3 +1,19 @@
Release 0.4 (Aug. 22, 2013)
----------------------------
- Documentation was rewrited and moved to http://django-embed-video.rtfd.org/ .
- Custom backends
(http://django-embed-video.rtfd.org/en/latest/examples.html#custom-backends).
- Improved YouTube and Vimeo regex.
- Support for Python 3.
- Renamed ``base`` to ``backends``.
Release 0.3 (Aug. 20, 2013)
----------------------------

View file

@ -1,7 +1,6 @@
from setuptools import setup, find_packages
import os
import sys
def read(fname):
@ -13,7 +12,7 @@ CHANGES = read('CHANGES.rst')
setup(
name='django-embed-video',
packages=find_packages(),
version='0.3',
version='0.4',
author='Juda Kaleta',
author_email='juda.kaleta@gmail.com',
url='https://github.com/yetty/django-embed-video',