]> git.scottworley.com Git - nix-pin-deps/commitdiff
Release 1.1.1 master v1.1.1
authorScott Worley <scottworley@scottworley.com>
Sat, 9 May 2026 08:06:32 +0000 (01:06 -0700)
committerScott Worley <scottworley@scottworley.com>
Sat, 9 May 2026 08:06:32 +0000 (01:06 -0700)
Changelog
default.nix
setup.py

index 145705fae8733f895ad9063808a819671b77f582..4e690e5810a3610f60e2eb52557df11e16ef8108 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
 ## [Unreleased]
 ## [Unreleased]
+
+
+## [1.1.1] - 2026-05-09
 - nixpkgs 25.11 pyproject boilerplate
 
 
 - nixpkgs 25.11 pyproject boilerplate
 
 
index 260488c530a75f2ee3401f2d1265005ccfaa77a5..e1f08642e188ed705dda95fe186e93db33b8abdc 100644 (file)
@@ -13,7 +13,7 @@ pkgs.python3Packages.callPackage (
   }:
   buildPythonPackage rec {
     pname = "nix-pin-deps";
   }:
   buildPythonPackage rec {
     pname = "nix-pin-deps";
-    version = "1.1.0";
+    version = "1.1.1";
     src = lib.cleanSource ./.;
     pyproject = true;
     build-system = [ setuptools ];
     src = lib.cleanSource ./.;
     pyproject = true;
     build-system = [ setuptools ];
index 9417ea7240438851f2eece2af93af3924fd17016..2e0069534e059f7f2ea979edb57403b8ec2fc605 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='nix-pin-deps',
 
 setup(
     name='nix-pin-deps',
-    version='1.1.0',
+    version='1.1.1',
     description="gc-pin dependencies of a partially-built derivation",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",
     description="gc-pin dependencies of a partially-built derivation",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",