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 3569b8c commit 001bf7cCopy full SHA for 001bf7c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.3.1
+current_version = 1.3.2
3
commit = True
4
tag = True
5
docs/release-notes.rst
@@ -7,7 +7,7 @@ Release notes
7
8
.. _release-1.3.2:
9
10
-itemloaders 1.3.2 (YYYY-MM-DD)
+itemloaders 1.3.2 (2024-09-30)
11
------------------------------
12
13
- Added official support for the upcoming Python 3.13 (:gh:`91`)
setup.py
@@ -5,7 +5,7 @@
6
setup(
name="itemloaders",
- version="1.3.1",
+ version="1.3.2",
url="https://github.com/scrapy/itemloaders",
project_urls={
"Documentation": "https://itemloaders.readthedocs.io/",
0 commit comments