Skip to content

Commit

Permalink
bump version to 0.8.0 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmax committed Jul 2, 2024
1 parent 825446b commit 2ef8162
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.3
current_version = 0.8.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?
Expand Down
2 changes: 1 addition & 1 deletion .cookiecutterrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ cookiecutter:
use_pypi_deployment_with_travis: n
use_pytest: y
use_requiresio: y
version: 0.7.3
version: 0.8.0
year: 2011-2022
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# GitHub syntax highlighting
pixi.lock linguist-language=YAML

1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.10.13
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ History

.. comment:: bumpversion marker

0.8.0 (2024-07-03)
------------------
* Fixed request fingerprint method.
* Fixed support for Scrapy 2.6+.
* Fixed tox tests and github workflow.
* Deprecated ``REDIS_START_URLS_BATCH_SIZE``.

0.7.3 (2022-07-21)
------------------
* Move docs to GitHub Wiki
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.3
0.8.0
2 changes: 1 addition & 1 deletion src/scrapy_redis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

__author__ = 'Rolando Espinoza'
__email__ = 'rolando at rmax.io'
__version__ = '0.7.3'
__version__ = '0.8.0'

0 comments on commit 2ef8162

Please sign in to comment.