Release v3.1.1

This commit is contained in:
hyugogirubato
2023-06-04 16:09:11 +02:00
parent eebe00ee5c
commit cc974077e3
3 changed files with 9 additions and 2 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.1] - 2023-06-04
### Changed
- Update `README.md`.
## [3.1.0] - 2023-06-04 ## [3.1.0] - 2023-06-04
### Added ### Added
@@ -30,5 +36,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Initial release. - Initial release.
[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,4 +2,4 @@ from .helper import *
from .comicinfo import * from .comicinfo import *
from .utils import slugify from .utils import slugify
__version__ = "3.1.0" __version__ = "3.1.1"
+1 -1
View File
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup( setup(
name="pycbzhelper", name="pycbzhelper",
version="3.1.0", version="3.1.1",
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.",