From ea59025499c6ca3370f23e4762fa9e01dea07690 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sun, 13 Aug 2023 18:26:52 +0200 Subject: [PATCH] Release v3.1.2 --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9127c59..4a27cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1.2] - 2023-08-13 + +### Fixed + +- Fixed missing `Tag` key, thanks to @RivMt + ## [3.1.1] - 2023-06-04 ### Changed @@ -36,6 +42,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - Initial release. +[3.1.2]: https://github.com/hyugogirubato/pycbzhelper/releases/tag/v3.1.2 [3.1.1]: https://github.com/hyugogirubato/pycbzhelper/releases/tag/v3.1.1 [3.1.0]: https://github.com/hyugogirubato/pycbzhelper/releases/tag/v3.1.0 [3.0.1]: https://github.com/hyugogirubato/pycbzhelper/releases/tag/v3.0.1 diff --git a/setup.py b/setup.py index 8174ebc..8e3c8b3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="pycbzhelper", - version="3.1.1", + version="3.1.2", author="hyugogirubato", author_email="hyugogirubato@gmail.com", description="Python library for creating CBZ files with metadata.",