From 6a9eb9cd35bc81bebec9719860da5c8a5d2b35bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Fri, 3 Feb 2023 13:06:46 +0100 Subject: [PATCH] Bump version to 0.9.0 and set the release date --- CHANGES.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 86e0a45..a19769a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,8 @@ Changes ======= -0.9.0 (to be released) ----------------------- +0.9.0 (2023-02-03) +------------------ * Removed official support for Python 2.7, 3.4, 3.5 and 3.6, and added official support for Python 3.9, 3.10 and 3.11. diff --git a/setup.py b/setup.py index 8aefcc6..be04002 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='scrapy-splash', - version='0.8.0', + version='0.9.0', url='https://github.com/scrapy-plugins/scrapy-splash', description='JavaScript support for Scrapy using Splash', long_description=open('README.rst').read() + "\n\n" + open("CHANGES.rst").read(),