From 6b7e84c17c5a6c04fd094955b5d074a548ad4070 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 01:19:27 +0000 Subject: [PATCH] chore(main): release copick-utils 1.4.0 --- .release-please.manifest.json | 2 +- CHANGELOG.md | 7 +++++++ src/copick_utils/__init__.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please.manifest.json b/.release-please.manifest.json index 96f1cd9..4c313f9 100644 --- a/.release-please.manifest.json +++ b/.release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c89fa..767a801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/copick/copick-utils/compare/copick-utils-v1.3.0...copick-utils-v1.4.0) (2026-02-27) + + +### ✨ Features + +* Expand functionality of clip*-utilities ([#48](https://github.com/copick/copick-utils/issues/48)) ([0e2ffb1](https://github.com/copick/copick-utils/commit/0e2ffb1f13eedb5d83c82d00f81660056dda8c5d)) + ## [1.3.0](https://github.com/copick/copick-utils/compare/copick-utils-v1.2.0...copick-utils-v1.3.0) (2026-02-13) diff --git a/src/copick_utils/__init__.py b/src/copick_utils/__init__.py index 2a8930a..482b1d7 100644 --- a/src/copick_utils/__init__.py +++ b/src/copick_utils/__init__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2024-present Kyle Harrington # # SPDX-License-Identifier: MIT -__version__ = "1.3.0" +__version__ = "1.4.0"