From bd4303fa686df30e891c07de2b010c84603fbe92 Mon Sep 17 00:00:00 2001 From: Elton Chou Date: Mon, 29 Aug 2022 17:42:59 +0800 Subject: [PATCH] bumpversion: 2.2.3 -> 2.2.4 --- CHANGELOG.md | 4 ++++ EorzeaEnv/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dd1151..dfdf065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - Diamondust predictor. - Aurora predictor. +## [2.2.4] - 2022-08-29 +### Fixed +- Fix package python requirement. + ## [2.2.3] - 2022-08-29 ### Changed - Refined type hint diff --git a/EorzeaEnv/__init__.py b/EorzeaEnv/__init__.py index 84ed6cb..8ca346a 100644 --- a/EorzeaEnv/__init__.py +++ b/EorzeaEnv/__init__.py @@ -16,4 +16,4 @@ __title__ = 'EorzeaEnv' __author__ = 'Elton H.Y. Chou' __license__ = 'MIT' -__version__ = '2.2.3' +__version__ = '2.2.4' diff --git a/pyproject.toml b/pyproject.toml index f2ce222..4af5f2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "EorzeaEnv" -version = "2.2.3" +version = "2.2.4" description = "Final Fantasy XIV weather & time tools." keywords = ["eorzea", "ffxiv", "ff14", "final fantasy"] authors = ["Elton Chou "]