]> git.scottworley.com Git - pinch/commitdiff
Release 3.2.0 v3.2.0
authorScott Worley <scottworley@scottworley.com>
Wed, 9 Jul 2025 23:31:57 +0000 (16:31 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 10 Jul 2025 00:09:01 +0000 (17:09 -0700)
Changelog
default.nix
setup.py

index db6a06a848303ebe3ac8a8ff34f306b0879d3d27..3599b9e78002e08b8d0f95504278f5e55b1ea177 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
 ## [Unreleased]
 ## [Unreleased]
+
+
+## [3.2.0] - 2025-07-09
 - Stop using ancient nix_2_3
 
 
 - Stop using ancient nix_2_3
 
 
index 2173f2a16d4f4269b06534e754117db881f521ba..29096f8890bdb03dee69b46698911da5e24657aa 100644 (file)
@@ -25,7 +25,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix, git
   , autopep8, makeWrapper, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
   , autopep8, makeWrapper, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.2.0-pre";
+    version = "3.2.0";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];
index 65e7d5805587b7bc62920992faf09d036c653fff..6f348e737dbfb2d1ff93243d865f95ab277637ac 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
 
 setup(
     name='pinch',
-    version='3.2.0-pre',
+    version='3.2.0',
     description='PIN CHannels - a replacement for `nix-channel --update`',
     author="Scott Worley",
     author_email="scottworley@scottworley.com",
     description='PIN CHannels - a replacement for `nix-channel --update`',
     author="Scott Worley",
     author_email="scottworley@scottworley.com",