]> git.scottworley.com Git - pinch/commitdiff
Release 3.3.2 master v3.3.2
authorScott Worley <scottworley@scottworley.com>
Sun, 14 Dec 2025 10:17:06 +0000 (02:17 -0800)
committerScott Worley <scottworley@scottworley.com>
Sun, 14 Dec 2025 10:17:06 +0000 (02:17 -0800)
Changelog
default.nix
setup.py

index c36277ae2381aa5386adf6a7e79f6b77e9971ac9..e087c30993bf79a7b293850b74bb06a131a0a4ff 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,6 @@
 ## [Unreleased]
+
+## [3.3.2] - 2025-12-14
 - Keep up with nixpkgs 25.11
 
 
index 6618324975220f6086fede0b85ffc33eacbd60e0..43f4bef6deec5c207eda45fbadc265b32b8f1d02 100644 (file)
@@ -28,7 +28,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, setuptools, nix
   , git, autopep8, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.3.2-pre";
+    version = "3.3.2";
     src = lib.cleanSource ./.;
     pyproject = true;
     build-system = [ setuptools ];
index f4d3e8a1a39c57ad64ad7af4829650658fbdf3f1..0c852f4c633a4a751776feb634fda0353426c3c8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.3.2-pre',
+    version='3.3.2',
     description='PIN CHannels - a replacement for `nix-channel --update`',
     author="Scott Worley",
     author_email="scottworley@scottworley.com",