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

index e905bd1b70cb80a2289bafea150e95d63f61e64c..5b6158e421004373c2dfcc4bb50dfc1d3e7c0974 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
 ## [Unreleased]
+
+
+## [3.3.0] - 2025-07-09
 - Use nix executables in $PATH
 
 
index 137402286f4979829d6fdfff38872a8eaa1e9ba7..8025d4aad57aeca145463ea091dc4acb2e027ab5 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.0-pre";
+    version = "3.3.0";
     src = lib.cleanSource ./.;
     propagatedBuildInputs = [ git-cache ];
     "${checkInputsName}" = [ nix git mypy ]
index 5f7cb6541a1d875afbfa08337e02c0c3f309bc98..6db91c74b2a874661b43c293ed4c86b398074c4a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.3.0-pre',
+    version='3.3.0',
     description='PIN CHannels - a replacement for `nix-channel --update`',
     author="Scott Worley",
     author_email="scottworley@scottworley.com",