Skip to content

Commit

Permalink
bumpversion: 2.2.3 -> 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonChou committed Aug 29, 2022
1 parent 84404f9 commit bd4303f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion EorzeaEnv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
__title__ = 'EorzeaEnv'
__author__ = 'Elton H.Y. Chou'
__license__ = 'MIT'
__version__ = '2.2.3'
__version__ = '2.2.4'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <plscd748@gmail.com>"]
Expand Down

0 comments on commit bd4303f

Please sign in to comment.