Skip to content

Commit 9f27fc9

Browse files
committed
Bump version: 0.18.0 → 0.18.1
1 parent 37b0445 commit 9f27fc9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changes
33
=======
44

5-
0.18.1 (unreleased)
5+
0.18.1 (2026-01-28)
66
===================
77

88
- Fixed ``DiskQuotaDownloaderMiddleware`` and ``DiskQuotaSpiderMiddleware``

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.18.0"
2+
current_version = "0.18.1"
33
commit = true
44
tag = true
55
tag_name = "v{new_version}"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='scrapinghub-entrypoint-scrapy',
6-
version='0.18.0',
6+
version='0.18.1',
77
license='BSD',
88
description='Scrapy entrypoint for Scrapinghub job runner',
99
long_description=open('README.md').read(),

sh_scrapy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.18.0"
1+
__version__ = "0.18.1"
22

33

44
from scrapy import version_info as scrapy_version_info

0 commit comments

Comments
 (0)