Skip to content

Commit 2ef8162

Browse files
authored
bump version to 0.8.0 (#296)
1 parent 825446b commit 2ef8162

7 files changed

+15
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.3
2+
current_version = 0.8.0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?

.cookiecutterrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ cookiecutter:
1515
use_pypi_deployment_with_travis: n
1616
use_pytest: y
1717
use_requiresio: y
18-
version: 0.7.3
18+
version: 0.8.0
1919
year: 2011-2022

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# GitHub syntax highlighting
2+
pixi.lock linguist-language=YAML
3+

.python-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.10.13

HISTORY.rst

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ History
44

55
.. comment:: bumpversion marker
66

7+
0.8.0 (2024-07-03)
8+
------------------
9+
* Fixed request fingerprint method.
10+
* Fixed support for Scrapy 2.6+.
11+
* Fixed tox tests and github workflow.
12+
* Deprecated ``REDIS_START_URLS_BATCH_SIZE``.
13+
714
0.7.3 (2022-07-21)
815
------------------
916
* Move docs to GitHub Wiki

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.3
1+
0.8.0

src/scrapy_redis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
__author__ = 'Rolando Espinoza'
99
__email__ = 'rolando at rmax.io'
10-
__version__ = '0.7.3'
10+
__version__ = '0.8.0'

0 commit comments

Comments
 (0)