From e607e9717a3f91ac4c2d51757a58d2325b2eaded Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Wed, 27 Nov 2024 11:38:42 +0100 Subject: [PATCH] release 2.1.0 --- CHANGELOG.md | 2 +- magento/version.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3458f7..4d43826 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # PyMagento Changelog -## 2.1.0 (unreleased) +## 2.1.0 (2024/11/27) * Define `SourceItem` as a `TypedDict` * Clarify the return type of paginated methods: `Iterator` instead of `Iterable` diff --git a/magento/version.py b/magento/version.py index 0309ae2..9aa3f90 100644 --- a/magento/version.py +++ b/magento/version.py @@ -1 +1 @@ -__version__ = "2.0.2" +__version__ = "2.1.0" diff --git a/pyproject.toml b/pyproject.toml index a55388a..8c12014 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymagento" -version = "2.0.2" +version = "2.1.0" description = "Python client for the Magento 2 API" authors = ["Bixoto "] license = "MIT"