From 8ec8e7607393df1f7be14ab20e5dc1b3a8e1832d Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Sun, 14 Dec 2025 02:17:06 -0800 Subject: [PATCH] Release 3.3.2 --- Changelog | 2 ++ default.nix | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index c36277a..e087c30 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,6 @@ ## [Unreleased] + +## [3.3.2] - 2025-12-14 - Keep up with nixpkgs 25.11 diff --git a/default.nix b/default.nix index 6618324..43f4bef 100644 --- a/default.nix +++ b/default.nix @@ -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 ]; diff --git a/setup.py b/setup.py index f4d3e8a..0c852f4 100644 --- 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", -- 2.50.1