diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a199b1..4462429 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - -## [1.1.1] - 2025-07-30 +## [1.2.0] - 2025-07-30 ### Added diff --git a/pyproject.toml b/pyproject.toml index c33ddb1..b1b9827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "unshackle" -version = "1.1.1" +version = "1.2.0" description = "Modular Movie, TV, and Music Archival Software." authors = [{ name = "unshackle team" }] requires-python = ">=3.10,<3.13" diff --git a/unshackle/core/__init__.py b/unshackle/core/__init__.py index a82b376..c68196d 100644 --- a/unshackle/core/__init__.py +++ b/unshackle/core/__init__.py @@ -1 +1 @@ -__version__ = "1.1.1" +__version__ = "1.2.0" diff --git a/uv.lock b/uv.lock index 1bc0d81..74e7bae 100644 --- a/uv.lock +++ b/uv.lock @@ -1505,7 +1505,7 @@ wheels = [ [[package]] name = "unshackle" -version = "1.1.1" +version = "1.2.0" source = { editable = "." } dependencies = [ { name = "appdirs" },