File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.8 .0
2+ current_version = 0.9 .0
33commit = False
44tag = False
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?
@@ -20,8 +20,8 @@ search = {current_version}
2020replace = {new_version}
2121
2222[bumpversion:file:src/scrapy_redis/__init__.py]
23- search = __version__ = ' {current_version}'
24- replace = __version__ = ' {new_version}'
23+ search = __version__ = " {current_version}"
24+ replace = __version__ = " {new_version}"
2525
2626[bumpversion:file:.cookiecutterrc]
2727search = version: {current_version}
Original file line number Diff line number Diff 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.8 .0
18+ version: 0.9 .0
1919 year: 2011-2022
Original file line number Diff line number Diff line change 44
55.. comment :: bumpversion marker
66
7+ 0.9.0 (2024-07-06)
8+ ------------------
9+ * Fixed ``Scheduler `` not compatible with BaseDupeFilter (#294)
10+ * Added precommit hooks.
11+ * Switched to Python 3.12 as default build version.
12+
7130.8.0 (2024-07-03)
814------------------
915* Fixed request fingerprint method.
Original file line number Diff line number Diff line change 1- 0.8 .0
1+ 0.9 .0
Original file line number Diff line number Diff line change 22
33__author__ = "R Max Espinoza"
44__email__ = "hey at rmax.dev"
5- __version__ = "0.8 .0"
5+ __version__ = "0.9 .0"
You can’t perform that action at this time.
0 commit comments