Skip to content

Commit

Permalink
bump and Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihirop committed Jan 26, 2021
1 parent 7af1941 commit c3b1d6b
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
@@ -1,3 +1,10 @@
## 0.2.2

2021/01/27

- `[Fix bugs]` Bug about a page turning ([#13]())


## 0.2.1

2021/01/23
Expand Down
2 changes: 1 addition & 1 deletion gfzs/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__name__ = "gfzs"
__description__ = "Google Fuzzy Search"
__version__ = "0.2.1"
__version__ = "0.2.2"
__copyright__ = "Copyright ©︎ 2021 yukihirop"
__url__ = "https://github.com/yukihirop/gfzs"
__author__ = "yukihirop"
Expand Down
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 = "gfzs"
version = "0.2.1"
version = "0.2.2"
description = "Google Fuzzy Search"
authors = ["yukihirop <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit c3b1d6b

Please sign in to comment.