Skip to content

Commit 48b8a18

Browse files
committed
Bump version: 0.11.0 → 0.12.0
1 parent e9868bb commit 48b8a18

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Changelog.md

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

3-
### 0.12.0 (unreleased)
3+
### 0.12.0 (2025-07-24)
44

55
Added support for [PyPy](https://pypy.org/) 3.11
66
([#97](https://github.com/scrapy/itemadapter/pull/97)).

itemadapter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .adapter import ItemAdapter
22
from .utils import get_field_meta_from_class, is_item
33

4-
__version__ = "0.11.0"
4+
__version__ = "0.12.0"
55

66
__all__ = [
77
"ItemAdapter",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ include = [
6161
]
6262

6363
[tool.bumpversion]
64-
current_version = "0.11.0"
64+
current_version = "0.12.0"
6565
commit = true
6666
tag = true
6767

0 commit comments

Comments
 (0)