Skip to content

Commit

Permalink
release 1.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Aug 23, 2024
1 parent 7dc8ce4 commit 93cae88
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# PyMagento Changelog

## Unreleased
## 1.11.6 (2024/08/23)

* All methods now pass down their additional `**kwargs` to the underlying `request_api` method call
* Add official support for Python 3.13.0-rc.1

## 1.11.5 (2024/08/23)

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.11.5"
__version__ = "1.11.6"
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.11.5"
version = "1.11.6"
description = "Python client for the Magento 2 API"
authors = ["Bixoto <tech@bixoto.com>"]
license = "MIT"
Expand Down

0 comments on commit 93cae88

Please sign in to comment.