Skip to content

Commit

Permalink
release: v1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fdintino committed Jul 15, 2024
1 parent 1d19ea2 commit 4b76949
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/pillow_avif/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


__all__ = ["AvifImagePlugin"]
__version__ = "1.4.5"
__version__ = "1.4.6"
2 changes: 1 addition & 1 deletion wheelbuild/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eo pipefail
CONFIG_DIR=$(abspath $(dirname "${BASH_SOURCE[0]}"))

ARCHIVE_SDIR=pillow-avif-plugin-depends
LIBAVIF_VERSION=02fc53e73d68dccacc54ce543b1be1e9b3236495
LIBAVIF_VERSION=34659b77b8cd897a71bb5bb0ca7d604bbe1eaf6a
RAV1E_VERSION=0.7.1
CCACHE_VERSION=4.7.1
SCCACHE_VERSION=0.3.0
Expand Down
6 changes: 3 additions & 3 deletions winbuild/build_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,10 @@ def cmd_msbuild(
"libavif": {
"url": (
"https://github.com/fdintino/libavif/archive/"
"02fc53e73d68dccacc54ce543b1be1e9b3236495.zip"
"34659b77b8cd897a71bb5bb0ca7d604bbe1eaf6a.zip"
),
"filename": "libavif-02fc53e73d68dccacc54ce543b1be1e9b3236495.zip",
"dir": "libavif-02fc53e73d68dccacc54ce543b1be1e9b3236495",
"filename": "libavif-34659b77b8cd897a71bb5bb0ca7d604bbe1eaf6a.zip",
"dir": "libavif-34659b77b8cd897a71bb5bb0ca7d604bbe1eaf6a",
"license": "LICENSE",
"build": [
cmd_mkdir("build.pillow"),
Expand Down

0 comments on commit 4b76949

Please sign in to comment.