File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.8 .0
2+ current_version = 0.9 .0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 11# Changelog
22
3- ### 0.9.0 (YYYY-MM-DD )
3+ ### 0.9.0 (2024-05-07 )
44
55Dropped Python 3.7 support, added official Python 3.12 support
66([ #75 ] ( https://github.com/scrapy/itemadapter/pull/75 ) ,
Original file line number Diff line number Diff line change 22from .utils import get_field_meta_from_class , is_item # noqa: F401
33
44
5- __version__ = "0.8 .0"
5+ __version__ = "0.9 .0"
Original file line number Diff line number Diff line change 77
88setuptools .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 ,
You can’t perform that action at this time.
0 commit comments