From 00e30f808035d0d19b702fa055516699939fea71 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Mon, 25 Sep 2023 15:24:33 -0400 Subject: [PATCH] build: Iterate the version number --- docs/conf.py | 2 +- docs/news.rst | 5 +++++ scrapyd/VERSION | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d6fa51b3..c4fff75d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = "Scrapy group" # The short X.Y version -version = "1.4.2" +version = "1.4.3" # The full version, including alpha/beta/rc tags release = version diff --git a/docs/news.rst b/docs/news.rst index eb22b01e..c651807b 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -6,6 +6,11 @@ Release notes 1.4.3 (2023-09-25) ------------------ +Changed +~~~~~~~ + +- Change project from comma-separated list to bulleted list on landing page. (@bsekiewicz) + Fixed ~~~~~ diff --git a/scrapyd/VERSION b/scrapyd/VERSION index 9df886c4..428b770e 100644 --- a/scrapyd/VERSION +++ b/scrapyd/VERSION @@ -1 +1 @@ -1.4.2 +1.4.3