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 31f3753 commit c235e4eCopy full SHA for c235e4e
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.0
+current_version = 1.3.0
3
commit = True
4
tag = True
5
docs/release-notes.rst
@@ -7,7 +7,7 @@ Release notes
7
8
.. _release-1.3.0:
9
10
-itemloaders 1.3.0 (YYYY-MM-DD)
+itemloaders 1.3.0 (2024-05-30)
11
------------------------------
12
13
- Added support for method chaining to the ``add_*`` and ``replace_*``
setup.py
@@ -5,7 +5,7 @@
6
setup(
name="itemloaders",
- version="1.2.0",
+ version="1.3.0",
url="https://github.com/scrapy/itemloaders",
project_urls={
"Documentation": "https://itemloaders.readthedocs.io/",
0 commit comments