Skip to content

Commit

Permalink
Bump to v5.0.0; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyFoote committed Mar 16, 2015
1 parent d2834ca commit bc745b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


setup(
version='4.0.0',
version='5.0.0',
name='incuna-videos',
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit bc745b4

Please sign in to comment.