Skip to content

Commit 001bf7c

Browse files
committed
Bump version: 1.3.1 → 1.3.2
1 parent 3569b8c commit 001bf7c

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.3.1
2+
current_version = 1.3.2
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.3.2:
99

10-
itemloaders 1.3.2 (YYYY-MM-DD)
10+
itemloaders 1.3.2 (2024-09-30)
1111
------------------------------
1212

1313
- Added official support for the upcoming Python 3.13 (:gh:`91`)

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.3.1",
8+
version="1.3.2",
99
url="https://github.com/scrapy/itemloaders",
1010
project_urls={
1111
"Documentation": "https://itemloaders.readthedocs.io/",

0 commit comments

Comments
 (0)