]> git.scottworley.com Git - pinch/commitdiff
Release 3.0.12 v3.0.12
authorScott Worley <scottworley@scottworley.com>
Thu, 7 Sep 2023 20:54:43 +0000 (13:54 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 7 Sep 2023 20:54:43 +0000 (13:54 -0700)
Changelog
default.nix
setup.py

index fdcf9b7aa0eb520867efd8e6a97184e3fbc62f8d..de8466dc912e0ef8f24b5a0876748a967692c5d5 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
 ## [Unreleased]
+
+
+## [3.0.12] - 2023-09-07
 ### Changed
 - Show which files are unexpectedly incomparable
 - Allow nixpkgs' new intentionally-invalid symlink
index d397854b08c9c4c127c08e0c11891b1fe7b377e3..00ddac98d4f7d141029d25f711a6e2ca523a5d07 100644 (file)
@@ -25,7 +25,7 @@ in pkgs.python3Packages.callPackage ({ lib, buildPythonPackage, nix_2_3, git
   , autopep8, makeWrapper, mypy, pylint, git-cache, }:
   buildPythonPackage rec {
     pname = "pinch";
-    version = "3.0.12-pre";
+    version = "3.0.12";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];
index a85a8fc028e5ea51d7c90d08d8d24b6d1f5716c9..9466e35ae55414ad58944445e22f65334122b652 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.0.12-pre',
+    version='3.0.12',
     description="Cache git content locally",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",