diff --git a/CHANGELOG.md b/CHANGELOG.md index 668d0c3..a02468e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # PyMagento Changelog -## Unreleased +## 2.0.1 (2024/09/23) * Fix the type hints of `order_id` in `get_order`, `hold_order`, `unhold_order` diff --git a/magento/version.py b/magento/version.py index 8c0d5d5..159d48b 100644 --- a/magento/version.py +++ b/magento/version.py @@ -1 +1 @@ -__version__ = "2.0.0" +__version__ = "2.0.1" diff --git a/pyproject.toml b/pyproject.toml index e0d4e03..731f9ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymagento" -version = "2.0.0" +version = "2.0.1" description = "Python client for the Magento 2 API" authors = ["Bixoto "] license = "MIT"