Commit 9bde21da authored by Seb's avatar Seb
Browse files

update version + docs

parent ccd007ee
...@@ -12,7 +12,7 @@ html5 compliant codec using ffmpeg. ...@@ -12,7 +12,7 @@ html5 compliant codec using ffmpeg.
Requirements Requirements
------------ ------------
- Wagtail >= 2.5 - Wagtail >= 4.0 (for older wagtail version see the tags)
- `ffmpeg <https://ffmpeg.org/>`__ - `ffmpeg <https://ffmpeg.org/>`__
Installing Installing
...@@ -176,4 +176,4 @@ Future features ...@@ -176,4 +176,4 @@ Future features
- Some docs - Some docs
- Richtext embed - Richtext embed
- Transcoding via amazon service rather than ffmpeg - Transcoding via external service rather than ffmpeg
...@@ -10,7 +10,7 @@ from setuptools import find_packages, setup # noqa: E4 ...@@ -10,7 +10,7 @@ from setuptools import find_packages, setup # noqa: E4
setup( setup(
name='wagtailvideos', name='wagtailvideos',
version='2.11.1', version='4.0.0',
description="A wagtail module for uploading and displaying videos in various codecs.", description="A wagtail module for uploading and displaying videos in various codecs.",
long_description=readme, long_description=readme,
author='Neon Jungle', author='Neon Jungle',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment