We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db92838 commit e2bd006Copy full SHA for e2bd006
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.0
+current_version = 1.3.1
3
commit = True
4
tag = True
5
docs/release-notes.rst
@@ -7,7 +7,7 @@ Release notes
7
8
.. _release-1.3.1:
9
10
-itemloaders 1.3.1 (YYYY-MM-DD)
+itemloaders 1.3.1 (2024-06-03)
11
------------------------------
12
13
- Fixed an error when using nested loaders with empty matches that was
setup.py
@@ -5,7 +5,7 @@
6
setup(
name="itemloaders",
- version="1.3.0",
+ version="1.3.1",
url="https://github.com/scrapy/itemloaders",
project_urls={
"Documentation": "https://itemloaders.readthedocs.io/",
0 commit comments