Skip to content

Commit

Permalink
release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bfontaine committed Nov 27, 2024
1 parent 390b505 commit e607e97
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

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

0 comments on commit e607e97

Please # to comment.