Skip to content

Commit 6a9eb9c

Browse files
committed
Bump version to 0.9.0 and set the release date
1 parent 3c6a39a commit 6a9eb9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changes
22
=======
33

4-
0.9.0 (to be released)
5-
----------------------
4+
0.9.0 (2023-02-03)
5+
------------------
66

77
* Removed official support for Python 2.7, 3.4, 3.5 and 3.6, and added official
88
support for Python 3.9, 3.10 and 3.11.

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='scrapy-splash',
6-
version='0.8.0',
6+
version='0.9.0',
77
url='https://github.com/scrapy-plugins/scrapy-splash',
88
description='JavaScript support for Scrapy using Splash',
99
long_description=open('README.rst').read() + "\n\n" + open("CHANGES.rst").read(),

0 commit comments

Comments
 (0)