]> git.scottworley.com Git - pinch/commitdiff
Release 3.0.13 v3.0.13
authorScott Worley <scottworley@scottworley.com>
Fri, 8 Dec 2023 03:41:36 +0000 (19:41 -0800)
committerScott Worley <scottworley@scottworley.com>
Fri, 8 Dec 2023 03:41:36 +0000 (19:41 -0800)
Changelog
default.nix
setup.py

index 94a5db5ad1d30131fbf50e28e9f6703eacfa92eb..b1f8cf16a6054057274ae224c28aff66e0ef3b05 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
 ## [Unreleased]
+
+
+## [3.0.12] - 2023-12-07
 - Fixed nested-git issues in pre-commit hook
 - Adapt to new, stricter minidom type checks
 - Cleaned up changelog
index 352bd1fa1a2ee67f6a353e4c768b4220d8269042..655cd76c262899968661f8bfb45e4ae3773a8791 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.13-pre";
+    version = "3.0.13";
     src = lib.cleanSource ./.;
     buildInputs = [ makeWrapper ];
     propagatedBuildInputs = [ git-cache ];
index 08ad174f992c0f56d75660eadc484a71ff63d9c2..0cf2019069d6da37ff4c0415a138ba5a20af210a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name='pinch',
-    version='3.0.13-pre',
+    version='3.0.13',
     description="Cache git content locally",
     author="Scott Worley",
     author_email="scottworley@scottworley.com",