Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
seb-b committed Aug 13, 2024
1 parent 2c75361 commit 601d65f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
CHANGELOG
=========

7.0.2
-----

- Fix classifier


7.0.1
-----

- Fixed transcodes not working
- Converted add mutliple views to use generic classes
- Converted add multiple views to use generic classes
- Fixed up JS errors on add multiple page


Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="wagtailvideos",
version="7.0.1",
version="7.0.2",
description="A wagtail module for uploading and displaying videos in various codecs.",
long_description=readme,
author="Neon Jungle",
Expand All @@ -20,7 +20,7 @@
"wagtail>=6.1",
"Django>=3.2",
"bcp47==0.0.4",
"wagtail-modeladmin>=2.0.0"
"wagtail-modeladmin>=2.0.0",
],
zip_safe=False,
license="BSD License",
Expand All @@ -40,7 +40,7 @@
"Programming Language :: Python :: 3.12",
"Framework :: Django",
"Framework :: Wagtail",
"Framework :: Wagtail :: 6"
"Framework :: Wagtail :: 6",
"License :: OSI Approved :: BSD License",
],
)

0 comments on commit 601d65f

Please sign in to comment.