Skip to content

Commit b211331

Browse files
committed
Bump version: 0.16.0 → 0.17.0
1 parent de3890e commit b211331

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.rst

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

4-
ScrapyRT 0.17.0 (unreleased)
4+
ScrapyRT 0.17.0 (2025-07-28)
55
----------------------------
66

77
- Added support for Scrapy 2.13+.

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
project = "scrapyrt"
22
project_copyright = "%Y, Zyte Group Ltd"
33
author = "Zyte Group Ltd"
4-
version = "0.16"
5-
release = "0.16.0"
4+
version = "0.17"
5+
release = "0.17.0"
66

77
extensions = [
88
"sphinx.ext.intersphinx",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "scrapyrt"
7-
version = "0.16.0"
7+
version = "0.17.0"
88
description = "Put Scrapy spiders behind an HTTP API"
99
dependencies = [
1010
"scrapy>=2.7",

0 commit comments

Comments
 (0)