## [Unreleased]
+## [3.0.10] - 2022-11-23
+### Changed
+- Small cleanups
+
+
## [3.0.9] - 2022-04-16
### Fixed
- Really fix tests after restricted mode support update, whether or not the user has channels.
, autopep8, makeWrapper, mypy, pylint, git-cache, }:
buildPythonPackage rec {
pname = "pinch";
- version = "3.0.10-pre";
+ version = "3.0.10";
src = lib.cleanSource ./.;
buildInputs = [ makeWrapper ];
propagatedBuildInputs = [ git-cache ];
setup(
name='pinch',
- version='3.0.10-pre',
+ version='3.0.10',
py_modules=['pinch'],
entry_points={'console_scripts': ['pinch = pinch:main']},
dependency_links=['https://scottworley.com/git/git-cache'],