Skip to content

Commit

Permalink
release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Apr 12, 2024
1 parent 4802995 commit a8065e8
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

## 1.11.0 (unreleased)
## 1.11.0 (2024/04/12)

* `get_category_by_name`: add `assert_one` optional keyword parameter
* Add `move_category`, `get_child_categories`
Expand Down
2 changes: 1 addition & 1 deletion magento/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.10.3"
__version__ = "1.11.0"
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 = "1.10.3"
version = "1.11.0"
description = "Python client for the Magento 2 API"
authors = ["Bixoto <tech@bixoto.com>"]
license = "MIT"
Expand Down

0 comments on commit a8065e8

Please sign in to comment.