From 92a43de655d0eee900a95973ac4a0bf594c20bfe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:27:56 +0000 Subject: [PATCH] chore(main): release 4.3.3 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0463637..e23025b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.3.3](https://github.com/snakemake/snakemake-interface-storage-plugins/compare/v4.3.2...v4.3.3) (2026-02-20) + + +### Bug Fixes + +* add missing dependency on humanfriendly ([#84](https://github.com/snakemake/snakemake-interface-storage-plugins/issues/84)) ([5f641d5](https://github.com/snakemake/snakemake-interface-storage-plugins/commit/5f641d581ba103ea43d4020d79e4c2eb583f6335)) + ## [4.3.2](https://github.com/snakemake/snakemake-interface-storage-plugins/compare/v4.3.1...v4.3.2) (2025-12-01) diff --git a/pyproject.toml b/pyproject.toml index 877ca06..9cb3384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "snakemake-interface-storage-plugins" -version = "4.3.2" +version = "4.3.3" description = "This package provides a stable interface for interactions between Snakemake and its storage plugins." readme = "README.md" requires-python = ">=3.11"