From d8b3bbfbce8e09cd48099f4f8be3b74a73456353 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Fri, 16 Dec 2022 15:55:23 +0100 Subject: [PATCH 1/2] Bump git lfs to version 3.3 --- sphinx_lfs_content/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx_lfs_content/__init__.py b/sphinx_lfs_content/__init__.py index 25cf9b6..2295a5f 100644 --- a/sphinx_lfs_content/__init__.py +++ b/sphinx_lfs_content/__init__.py @@ -8,8 +8,8 @@ import tempfile -GIT_LFS_FILE = "https://github.com/git-lfs/git-lfs/releases/download/v3.2.0/git-lfs-linux-amd64-v3.2.0.tar.gz" -GIT_LFS_CHECKSUM = "d6730b8036d9d99f872752489a331995930fec17b61c87c7af1945c65a482a50" +GIT_LFS_FILE = "https://github.com/git-lfs/git-lfs/releases/download/v3.3.0/git-lfs-linux-amd64-v3.3.0.tar.gz" +GIT_LFS_CHECKSUM = "6a4e6bd7d06d5c024bc70c8ee8c9da143ffc37d2646e252a17a6126d30cdebc1" def lfs_setup(_, config): From ca1ba578cea4a9694ce93f0dfa5fca9b269cf6b9 Mon Sep 17 00:00:00 2001 From: Dominic Kempf Date: Fri, 16 Dec 2022 15:56:15 +0100 Subject: [PATCH 2/2] Bump version --- doc/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 86aac9b..229d19a 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -22,7 +22,7 @@ author = "Dominic Kempf" # The full version, including alpha/beta/rc tags -release = "1.1.2" +release = "1.1.3" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 6b35835..914d246 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="sphinx_lfs_content", - version="1.1.2", + version="1.1.3", author="Dominic Kempf", author_email="dominic.kempf@iwr.uni-heidelberg.de", description="Ensure existence of LFS content in your LFS builds",