Skip to content

Commit

Permalink
Release v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hyugogirubato committed Jun 4, 2023
1 parent eebe00e commit cc97407
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion pycbzhelper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .comicinfo import *
from .utils import slugify

__version__ = "3.1.0"
__version__ = "3.1.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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.",
Expand Down

0 comments on commit cc97407

Please sign in to comment.