diff --git a/CHANGELOG.md b/CHANGELOG.md index e4fef79..5173795 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v1.6.2 (2022-10-11) +### Fix +* **deps:** Bump mutagen from 1.45.1 to 1.46.0 ([#41](https://github.com/ajite/hebikani/issues/41)) ([`645dc74`](https://github.com/ajite/hebikani/commit/645dc74fc0f5532991f92e352872a00117442022)) + ## v1.6.1 (2022-10-11) ### Fix * **deps:** Bump pyobjc from 8.5 to 8.5.1 ([#40](https://github.com/ajite/hebikani/issues/40)) ([`4406acf`](https://github.com/ajite/hebikani/commit/4406acf009291a0a7b47202ae5f24c2bf8ec7758)) diff --git a/hebikani/__init__.py b/hebikani/__init__.py index f49459c..51bbb3f 100644 --- a/hebikani/__init__.py +++ b/hebikani/__init__.py @@ -1 +1 @@ -__version__ = "1.6.1" +__version__ = "1.6.2" diff --git a/pyproject.toml b/pyproject.toml index 8a5fa2a..efa13d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hebikani" -version = "1.6.1" +version = "1.6.2" description = "WaniKani command line interface" authors = ["Augustin "] readme = "README.rst"