Skip to content

Commit e2bd006

Browse files
committed
Bump version: 1.3.0 → 1.3.1
1 parent db92838 commit e2bd006

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.0
2+
current_version = 1.3.1
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.1:
99

10-
itemloaders 1.3.1 (YYYY-MM-DD)
10+
itemloaders 1.3.1 (2024-06-03)
1111
------------------------------
1212

1313
- Fixed an error when using nested loaders with empty matches that was

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

0 commit comments

Comments
 (0)