]> git.scottworley.com Git - pinch/commitdiff
Release 3.3.1 master v3.3.1
authorScott Worley <scottworley@scottworley.com>
Thu, 10 Jul 2025 00:25:24 +0000 (17:25 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 10 Jul 2025 00:27:29 +0000 (17:27 -0700)
Changelog
default.nix
setup.py

index 8d0f9f869a58e31c6f20b483b91d1f94d309e684..702eefb81e680d36ed59a7a8f4537c46204f7580 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
 ## [Unreleased]
+
+
+## [3.3.1] - 2025-07-09
 - Use new 'nix hash convert' to quiet new nix's depreciation warnings
 
 
index 23bb0533099f2b939fcf88910eb44a6a60edb14e..6ba300ad1fdba927963c81c189648913c397bb16 100644 (file)
@@ -25,7 +25,7 @@ in pkgs.python3Packages.callPackage
 ({ lib, buildPythonPackage, nix, git, autopep8, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.3.1-pre";
+    version = "3.3.1";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ git-cache ];
     "${checkInputsName}" = [ nix git mypy ]
index 7b1cee36e3c8fc0c2cfb9502660aab76a14602ff..c7e925f2ece4ca1bb7c5bad7af3585928dad0182 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.3.1-pre',
+    version='3.3.1',
     description='PIN CHannels - a replacement for `nix-channel --update`',
     author="Scott Worley",
     author_email="scottworley@scottworley.com",