Skip to content

Commit 854b996

Browse files
committed
Bump version: 1.1.0 → 1.2.0
1 parent 9876833 commit 854b996

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 1.1.0
2+
current_version = 1.2.0
33
commit = True
44
tag = True
55

docs/release-notes.rst

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

88
.. _release-1.2.0:
99

10-
itemloaders 1.2.0 (YYYY-MM-DD)
10+
itemloaders 1.2.0 (2024-04-18)
1111
------------------------------
1212

1313
- Added official support for Python 3.12 and PyPy 3.10 (:gh:`75`)

setup.py

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

66
setup(
77
name="itemloaders",
8-
version="1.1.0",
8+
version="1.2.0",
99
url="https://github.com/scrapy/itemloaders",
1010
project_urls={
1111
"Documentation": "https://itemloaders.readthedocs.io/",

0 commit comments

Comments
 (0)