Release v3.1.2

This commit is contained in:
hyugogirubato
2023-08-13 18:26:52 +02:00
parent da535bdc67
commit ea59025499
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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 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). 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 ## [3.1.1] - 2023-06-04
### Changed ### Changed
@@ -36,6 +42,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Initial release. - 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.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.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 [3.0.1]: https://github.com/hyugogirubato/pycbzhelper/releases/tag/v3.0.1
+1 -1
View File
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name="pycbzhelper", name="pycbzhelper",
version="3.1.1", version="3.1.2",
author="hyugogirubato", author="hyugogirubato",
author_email="hyugogirubato@gmail.com", author_email="hyugogirubato@gmail.com",
description="Python library for creating CBZ files with metadata.", description="Python library for creating CBZ files with metadata.",