]> git.scottworley.com Git - pinch/commitdiff
Release 3.0.11 v3.0.11
authorScott Worley <scottworley@scottworley.com>
Thu, 25 May 2023 02:02:16 +0000 (19:02 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 25 May 2023 02:02:16 +0000 (19:02 -0700)
Changelog
default.nix
setup.py

index 167f16f91b1f515b47288ab8cdc687d58a034e58..77564f3cccc31ba32595d4becbb6ae12db59d035 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
 ## [Unreleased]
+
+
+## [3.0.11] - 2023-05-24
 ### Changed
 - Specify license
 - Dropped "pylint: disable=no-self-use"
index 8812eee986a159cf560d72356d6429b84b94d6ef..e9cf252d945465fc509c56e744fa62ebdafcf88a 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.10";
+    version = "3.0.11";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];
index 88931dc3f98a2c28017d382eb0309f92a3986503..5e71635a6f486ca60b6439d267657b01dd88cbff 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.0.10',
+    version='3.0.11',
     description="Cache git content locally",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",