Skip to content

Commit ea8e285

Browse files
committed
Bump version: 0.8.0 → 0.9.0
1 parent 8a2813a commit ea8e285

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.0
2+
current_version = 0.9.0
33
commit = True
44
tag = True
55

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.9.0 (YYYY-MM-DD)
3+
### 0.9.0 (2024-05-07)
44

55
Dropped Python 3.7 support, added official Python 3.12 support
66
([#75](https://github.com/scrapy/itemadapter/pull/75),

itemadapter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .utils import get_field_meta_from_class, is_item # noqa: F401
33

44

5-
__version__ = "0.8.0"
5+
__version__ = "0.9.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
name="itemadapter",
10-
version="0.8.0",
10+
version="0.9.0",
1111
license="BSD",
1212
description="Common interface for data container classes",
1313
long_description=long_description,

0 commit comments

Comments
 (0)