Skip to content

Commit

Permalink
release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Sep 23, 2024
1 parent 26380df commit 58ba976
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`

Expand Down
2 changes: 1 addition & 1 deletion magento/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.0.1"
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 = "pymagento"
version = "2.0.0"
version = "2.0.1"
description = "Python client for the Magento 2 API"
authors = ["Bixoto <tech@bixoto.com>"]
license = "MIT"
Expand Down

0 comments on commit 58ba976

Please sign in to comment.