diff --git a/CHANGELOG.md b/CHANGELOG.md index 84e8a44c..8f877241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.11.12 (2024-06-05) + +### Fix + +* PYPI email verification error for new release ([`545d8ea`](https://github.com/OpenPecha/Toolkit/commit/545d8eacb9aa1fd3b267304b902f40daf07fd738)) + ## v0.11.11 (2024-06-05) ### Fix diff --git a/openpecha/__init__.py b/openpecha/__init__.py index de0c8ce5..32e9939c 100644 --- a/openpecha/__init__.py +++ b/openpecha/__init__.py @@ -1,2 +1,2 @@ # Version of openpecha-toolkit package -__version__ = "0.11.11" +__version__ = "0.11.12"