Skip to content

Commit

Permalink
build: Iterate the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 7, 2023
1 parent 0b778f6 commit faa49ab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Scrapy group"

# The short X.Y version
version = "1.3.0"
version = "1.4.0"
# The full version, including alpha/beta/rc tags
release = version

Expand Down
8 changes: 4 additions & 4 deletions docs/news.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
Release notes
=============

Unreleased
----------
1.4.0 (2023-02-07)
------------------

Added
~~~~~

- Add ``item_url`` and ``log_url`` to the response from the listjobs.json webservice. (@mxdev88)
- Scrapy 2.8 support. Scrapyd sets ``LOG_FILE`` and ``FEEDS`` command-line arguments, instead of ``SCRAPY_LOG_FILE`` and ``SCRAPY_FEED_URI`` environment variables.
- Python 3.11 support.
- Python 3.12 support. Use ``packaging.version.Version`` instead of ``distutils.LooseVersion``. (@pawelmhm)

Changed
~~~~~~~
Expand Down Expand Up @@ -39,9 +40,8 @@ Removed
Fixed
~~~~~

- Use ``packaging.version.Version`` instead of ``distutils.LooseVersion``. (@pawelmhm)
- Print Scrapyd's version instead of Twisted's version with ``--version`` (``-v``) flag. (@niuguy)
- Override Scrapy's ``LOG_STDOUT`` to ``False`` to suppress logging output for listspiders.json webservice. (@Lucioric2000)
- Override Scrapy's ``LOG_STDOUT`` setting to ``False`` to suppress logging output for listspiders.json webservice. (@Lucioric2000)

1.3.0 (2022-01-12)
------------------
Expand Down
2 changes: 1 addition & 1 deletion scrapyd/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.4.0

0 comments on commit faa49ab

Please sign in to comment.