Skip to content

Commit d1ea12b

Browse files
committed
release 2.12.0
1 parent 355670d commit d1ea12b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PyMagento Changelog
22

3-
## 2.12.0 (unreleased)
3+
## 2.12.0 (2025/12/08)
44

55
* Add more type aliases for `MagentoEntity`: `Attribute`, `AttributeSet`, `Cart`, `StockItem`, `StockStatus`. This does
66
not change anything for now, but enable easier transformations into typed dicts in the future.

magento/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.11.2"
1+
__version__ = "2.12.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pymagento"
3-
version = "2.11.2"
3+
version = "2.12.0"
44
description = "Python client for the Magento 2 API"
55
authors = ["Bixoto <tech@bixoto.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)