Skip to content

Commit

Permalink
Merge pull request #11 from ssciwr/git-lfs-3.3
Browse files Browse the repository at this point in the history
Git lfs 3.3
  • Loading branch information
dokempf authored Dec 16, 2022
2 parents 615023f + ca1ba57 commit 2f87659
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="sphinx_lfs_content",
version="1.1.2",
version="1.1.3",
author="Dominic Kempf",
author_email="[email protected]",
description="Ensure existence of LFS content in your LFS builds",
Expand Down
4 changes: 2 additions & 2 deletions sphinx_lfs_content/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 2f87659

Please sign in to comment.