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 9876833 commit 854b996Copy full SHA for 854b996
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.1.0
+current_version = 1.2.0
3
commit = True
4
tag = True
5
docs/release-notes.rst
@@ -7,7 +7,7 @@ Release notes
7
8
.. _release-1.2.0:
9
10
-itemloaders 1.2.0 (YYYY-MM-DD)
+itemloaders 1.2.0 (2024-04-18)
11
------------------------------
12
13
- Added official support for Python 3.12 and PyPy 3.10 (:gh:`75`)
setup.py
@@ -5,7 +5,7 @@
6
setup(
name="itemloaders",
- version="1.1.0",
+ version="1.2.0",
url="https://github.com/scrapy/itemloaders",
project_urls={
"Documentation": "https://itemloaders.readthedocs.io/",
0 commit comments