diff --git a/changelog.md b/changelog.md index c81ad83..8216fb8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog for `incuna-videos` +## v5.0.0 + +* Drop explicit support for django 1.5. +* Update requirements to latest versions. + ## v4.0.0 * Allow VideoContent to be associated with multiple models without having reverse relation clashes. Consequently, the reverse relation to VideoContent is no longer accessible on Video. diff --git a/setup.py b/setup.py index 8c1ec2c..b32c0ab 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( - version='4.0.0', + version='5.0.0', name='incuna-videos', packages=find_packages(), include_package_data=True,