File tree 5 files changed +12
-6
lines changed
5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.8 .0
2
+ current_version = 0.9 .0
3
3
commit = False
4
4
tag = False
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>\w+))?
@@ -20,8 +20,8 @@ search = {current_version}
20
20
replace = {new_version}
21
21
22
22
[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}"
25
25
26
26
[bumpversion:file:.cookiecutterrc]
27
27
search = version: {current_version}
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ cookiecutter:
15
15
use_pypi_deployment_with_travis: n
16
16
use_pytest: y
17
17
use_requiresio: y
18
- version: 0.8 .0
18
+ version: 0.9 .0
19
19
year: 2011-2022
Original file line number Diff line number Diff line change 4
4
5
5
.. comment :: bumpversion marker
6
6
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
+
7
13
0.8.0 (2024-07-03)
8
14
------------------
9
15
* 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 2
2
3
3
__author__ = "R Max Espinoza"
4
4
__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