mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-05-16 08:33:11 +00:00
Release 0.4
This commit is contained in:
parent
f7f6b4b882
commit
2bcb99ffea
2 changed files with 17 additions and 2 deletions
16
CHANGES.rst
16
CHANGES.rst
|
|
@ -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)
|
||||
----------------------------
|
||||
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue