diff --git a/.release-please.manifest.json b/.release-please.manifest.json index c3f1463..96f1cd9 100644 --- a/.release-please.manifest.json +++ b/.release-please.manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a6e0634..46c89fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/copick/copick-utils/compare/copick-utils-v1.2.0...copick-utils-v1.3.0) (2026-02-13) + + +### ✨ Features + +* Update dependencies. ([#46](https://github.com/copick/copick-utils/issues/46)) ([f13a47e](https://github.com/copick/copick-utils/commit/f13a47ee9a61ca29e9dc9f1f08e712ec95b2219c)) + ## [1.2.0](https://github.com/copick/copick-utils/compare/copick-utils-v1.1.0...copick-utils-v1.2.0) (2026-01-31) diff --git a/src/copick_utils/__init__.py b/src/copick_utils/__init__.py index f35047b..2a8930a 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.2.0" +__version__ = "1.3.0"