From cc974077e3c97f8a8145b8a7737cf7ddb0905bec Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sun, 4 Jun 2023 16:09:11 +0200 Subject: [PATCH] Release v3.1.1 --- CHANGELOG.md | 7 +++++++ pycbzhelper/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f36742..9127c59 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.1] - 2023-06-04 + +### Changed + +- Update `README.md`. + ## [3.1.0] - 2023-06-04 ### Added @@ -30,5 +36,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - 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.0.1]: https://github.com/hyugogirubato/pycbzhelper/releases/tag/v3.0.1 diff --git a/pycbzhelper/__init__.py b/pycbzhelper/__init__.py index e662ba7..f9a4a26 100644 --- a/pycbzhelper/__init__.py +++ b/pycbzhelper/__init__.py @@ -2,4 +2,4 @@ from .helper import * from .comicinfo import * from .utils import slugify -__version__ = "3.1.0" +__version__ = "3.1.1" diff --git a/setup.py b/setup.py index 8539fbc..8174ebc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="pycbzhelper", - version="3.1.0", + version="3.1.1", author="hyugogirubato", author_email="hyugogirubato@gmail.com", description="Python library for creating CBZ files with metadata.",