Skip to content

Commit d836ca8

Browse files
committed
Bump version: 0.10.0 → 0.11.0
1 parent 2ee0165 commit d836ca8

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.10.0
2+
current_version = 0.11.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.11.0 (YYYY-MM-DD)
3+
### 0.11.0 (2025-01-29)
44

55
Removed functions deprecated in 0.5.0:
66

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.10.0"
4+
__version__ = "0.11.0"
55

66
__all__ = [
77
"ItemAdapter",

setup.py

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

77
setuptools.setup(
88
name="itemadapter",
9-
version="0.10.0",
9+
version="0.11.0",
1010
license="BSD",
1111
description="Common interface for data container classes",
1212
long_description=long_description,

0 commit comments

Comments
 (0)