Skip to content

Commit d882f04

Browse files
committed
Gallery version 2.5.1: fix for moviepy
moviepy was forcing a download of ffmpeg that was 404ing. This release includes the ffmpeg binary in the container and directs moviepy to use that binary
1 parent be13070 commit d882f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ summary = Python Photo Gallery Written in Flask
66
url = "https://github.com/ComputerScienceHouse/gallery"
77
description-file = README.md
88
license = MIT
9-
version = 2.5.0
9+
version = 2.5.1
1010
classifier =
1111
Natural Language :: English
1212
Operating System :: POSIX :: Linux

0 commit comments

Comments
 (0)