]> git.scottworley.com Git - git-cache/commitdiff
Release 1.4.3 v1.4.3
authorScott Worley <scottworley@scottworley.com>
Thu, 25 May 2023 01:35:03 +0000 (18:35 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 25 May 2023 01:35:03 +0000 (18:35 -0700)
Changelog
default.nix
setup.py

index 12a866ba552789341b6a668d80e6290ba991b56e..8569763314802ba20f11c389d63bff861b14c108 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
 ## [Unreleased]
 ## [Unreleased]
+
+
+## [1.4.3] - 2023-05-24
 ### Changed
 - Specify license
 - Adapt to nixpkgs nativeCheckInputs change
 ### Changed
 - Specify license
 - Adapt to nixpkgs nativeCheckInputs change
index d2337001f358cca6a852fa39f7b5452404d3bed1..a09bd68da2f70099dc61d6d4b8ebb7f43f10b41d 100644 (file)
@@ -9,7 +9,7 @@ in pkgs.python3Packages.callPackage
 ({ lib, buildPythonPackage, nix, git, backoff, autopep8, mypy, pylint, }:
   buildPythonPackage rec {
     pname = "git-cache";
 ({ lib, buildPythonPackage, nix, git, backoff, autopep8, mypy, pylint, }:
   buildPythonPackage rec {
     pname = "git-cache";
-    version = "1.4.2";
+    version = "1.4.3";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ backoff ];
     "${checkInputsName}" = [ nix git mypy ]
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ backoff ];
     "${checkInputsName}" = [ nix git mypy ]
index 434f4a7731e0cfcea6c3567ff46d64394b5a2005..101451ebf1516cf1dc0ed6205356368eb25877c1 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name="git_cache",
 
 setup(
     name="git_cache",
-    version="1.4.2",
+    version="1.4.3",
     description="Cache git content locally",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",
     description="Cache git content locally",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",