From b234a46e00ab1460ca0c673fdbfcca22da5d04ac Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Thu, 18 Jul 2024 22:31:53 +0200 Subject: [PATCH] Release v3.3.4 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3a1d07..4a626fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.3.4] - 2024-07-18 + +### Fixed + +- Remove invalid dict key. +- Fix invalid utc format. + ## [3.3.3] - 2024-07-18 ### Added @@ -148,6 +155,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Initial release. +[3.3.4]: https://github.com/hyugogirubato/cbz/releases/tag/v3.3.4 [3.3.3]: https://github.com/hyugogirubato/cbz/releases/tag/v3.3.3 [3.3.2]: https://github.com/hyugogirubato/cbz/releases/tag/v3.3.2 [3.3.1]: https://github.com/hyugogirubato/cbz/releases/tag/v3.3.1 diff --git a/pyproject.toml b/pyproject.toml index fd8b318..f504f34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "cbz" -version = "3.3.3" +version = "3.3.4" description = "CBZ simplifies creating, managing, and viewing comic book files in CBZ format, offering seamless packaging, metadata handling, and built-in viewing capabilities" license = "MIT" authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"]